use variable for header height
This commit is contained in:
parent
a2046be0ee
commit
b68600d978
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
@keyframes menu-animate-in {
|
||||
0% {
|
||||
transform: translateY(-80px);
|
||||
transform: translateY(var(--header-height));
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
|
|
Loading…
Add table
Reference in a new issue