Mobile improvements

This commit is contained in:
mathias 2016-12-22 21:41:41 +02:00
parent 044c326394
commit 3c8e3f3455

View file

@ -182,6 +182,7 @@ a:focus {
} }
@media (max-width: 600px) { @media (max-width: 600px) {
#navigation { #navigation {
bottom: 0;
height: auto; height: auto;
width: 100%; width: 100%;
} }
@ -191,9 +192,6 @@ a:focus {
#navigation a { #navigation a {
display: inline-block; display: inline-block;
} }
.main-container:first-child {
padding-top: 8.000em;
}
.main-container { .main-container {
padding-left: 4%; padding-left: 4%;
padding-right: 4%; padding-right: 4%;