Random responsive improvements

This commit is contained in:
2024-07-21 19:29:04 +02:00
parent 4fe78c0fa4
commit 63553c9955
15 changed files with 373 additions and 50 deletions

View File

@@ -7,6 +7,7 @@
justify-content: space-between;
position: fixed;
z-index: 50;
top: 0;
}
.mobile-menu-icon:hover,
@@ -42,6 +43,10 @@
}
@media only screen and (max-width: 1200px) {
body {
padding-top: 140px;
}
.mobile-menu-container {
display: flex;
}