use variable for header height

This commit is contained in:
DispatchCommit 2021-01-27 03:33:28 -08:00 committed by Sean Yesmunt
parent a2046be0ee
commit b68600d978

View file

@ -70,7 +70,7 @@
@keyframes menu-animate-in {
0% {
transform: translateY(-80px);
transform: translateY(var(--header-height));
opacity: 0;
}
100% {