mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Improved mobile nav.
This commit is contained in:
@@ -161,8 +161,8 @@ nav {
|
||||
|
||||
.burger {
|
||||
display: none;
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
cursor: pointer;
|
||||
|
||||
@media screen and (max-width: 580px) {
|
||||
@@ -204,7 +204,7 @@ nav {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 420px) {
|
||||
padding: 0 20px 20px 20px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user