header & menu small
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 6s
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 6s
This commit is contained in:
parent
32f45ceeca
commit
aea4e557dc
8 changed files with 165 additions and 7 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue