feat(landing): trailer and articles section
This commit is contained in:
parent
70a8884495
commit
d5d67f7069
22 changed files with 942 additions and 165 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue