fix(SW-184): added membership level and points to menu

This commit is contained in:
Erik Tiekstra
2024-08-29 14:59:21 +02:00
parent e03e954387
commit 79b4c3fe12
14 changed files with 58 additions and 20 deletions

View File

@@ -4,6 +4,6 @@
@media screen and (max-width: 1366px) {
.header {
height: var(--mobile-site-header-height);
height: var(--current-mobile-site-header-height);
}
}