fix(SW-96): add css variable for use of mobile header height
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
|
||||
@media screen and (max-width: 1366px) {
|
||||
.header {
|
||||
height: 70.047px;
|
||||
height: var(--mobile-site-header-height);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user