header & menu small
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 6s

This commit is contained in:
Julie Blanc 2025-12-24 17:04:37 +01:00
parent 32f45ceeca
commit aea4e557dc
8 changed files with 165 additions and 7 deletions

View file

@ -1,6 +1,7 @@
#site-menu{
position: fixed;
width: var(--menu-w);
@media #{$small}{ width: 100vw; }
height: calc(100dvh - var(--header-h));
height: calc(100vh - var(--header-h));
top: var(--header-h);
@ -96,6 +97,7 @@ body.menu-open{
}
#site-menu{
right: 0;
}
#menu-toggle{