feat(landing): trailer and articles section

This commit is contained in:
Matthieu Bessat 2024-02-26 13:01:42 +01:00
parent 70a8884495
commit d5d67f7069
22 changed files with 942 additions and 165 deletions

View file

@ -4,6 +4,10 @@ $header-height: 6rem;
background: $background;
color: white;
height: $header-height;
position: sticky;
top: 0;
z-index: 90;
}
.site-header__content {
@ -157,7 +161,7 @@ $header-height: 6rem;
width: 100%;
opacity: 1;
// transition: opacity 0.8s ease-in-out;
animation: navin 1s ease-in-out;
animation: navin .5s ease-in-out;
}
/* */