feat(SW-184): my pages menu mobile/desktop functionality

This commit is contained in:
Erik Tiekstra
2024-08-23 13:25:41 +02:00
parent 7ef7b4a544
commit bdec054ecd
22 changed files with 459 additions and 226 deletions

View File

@@ -64,20 +64,6 @@
transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
.hamburger {
display: none;
}
}
.overlay {
position: absolute;
top: var(--main-menu-mobile-height);
bottom: 0;
left: 0;
right: 0;
}
.modal {
position: fixed;
top: var(--main-menu-mobile-height);
@@ -108,3 +94,9 @@
display: grid;
gap: var(--Spacing-x2);
}
@media screen and (min-width: 768px) {
.hamburger {
display: none;
}
}