diff --git a/css/main.css b/css/main.css index 1174abb..3808fbf 100644 --- a/css/main.css +++ b/css/main.css @@ -67,12 +67,12 @@ a:hover { } .page { - width: 80%; + width: 1170px; margin: 0 auto; } @media only screen and (max-width: 1050px) { .page { - width: 90%; + width: 95%; } } @media only screen and (max-width: 500px) { @@ -230,6 +230,7 @@ th { @media only screen and (max-width: 950px) { .topnav #hamburger-toggle { display: block; /* normal net sichtbar */ + margin-right: 20px; } .topnav .wambo { justify-content: space-between;