Remove the animated, sticky header
This commit is contained in:
parent
6b800dcbf6
commit
19f153e706
2 changed files with 0 additions and 35 deletions
|
@ -262,26 +262,9 @@ h1.site > a:hover { text-decoration: none; }
|
|||
|
||||
header.site {
|
||||
display: flex;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
visibility: hidden;
|
||||
width: 100%;
|
||||
z-index: 10000;
|
||||
}
|
||||
header.site.visible { visibility: visible; }
|
||||
header.site.sticky { position: sticky; }
|
||||
header.site.animated {
|
||||
animation: site-header-slide-in var(--transition-duration) ease-out;
|
||||
}
|
||||
@keyframes site-header-slide-in {
|
||||
from {
|
||||
top: -200px;
|
||||
}
|
||||
to {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
header.site > .grid > h1 {
|
||||
font-family: var(--font-family-site-heading);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue