Remove the animated, sticky header

This commit is contained in:
Eryn Wells 2022-11-18 07:12:57 -08:00
parent 6b800dcbf6
commit 19f153e706
2 changed files with 0 additions and 35 deletions

View file

@ -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);