Fixing main menu on mobile

This commit is contained in:
shockrah 2023-10-16 23:14:27 -07:00
parent acf26f526f
commit 961c976900

View File

@ -238,3 +238,15 @@ ul.timeline > li:before {
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;
}
}