modal share
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 5s

This commit is contained in:
Julie Blanc 2025-12-23 19:17:52 +01:00
parent 08ebf7fc9e
commit 5914178e2f
19 changed files with 440 additions and 63 deletions

View file

@ -20,7 +20,6 @@
.site-header__inner{
width: 100%;
height: 100%;
border-bottom: var(--border-light);
display: flex;
align-items: center;
@ -82,7 +81,18 @@
position: fixed;
top: 0;
.site-header__inner{
border-bottom: var(--border-light);
}
& ~ main{
margin-top: var(--header-h);
}
}
@media #{$medium}{
#nav-highlight{
display: none;
}
}