Fixing main menu on mobile
This commit is contained in:
parent
acf26f526f
commit
961c976900
@ -238,3 +238,15 @@ ul.timeline > li:before {
|
|||||||
margin: 0.3em;
|
margin: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Mobile friendly settings */
|
||||||
|
@media only screen and (max-width: 800px) {
|
||||||
|
.headline {
|
||||||
|
position: static;
|
||||||
|
transform: none;
|
||||||
|
padding: 25px;
|
||||||
|
}
|
||||||
|
.launchpad {
|
||||||
|
position: static;
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user