fix(SW-184): using store for state-handling of menus

This commit is contained in:
Erik Tiekstra
2024-08-21 08:50:22 +02:00
parent 0dcb5a796a
commit b51a4c46e8
11 changed files with 59 additions and 69 deletions

View File

@@ -5,8 +5,7 @@
}
.nav {
position: relative;
max-width: 89.5rem;
max-width: var(--max-width-navigation);
margin: 0 auto;
display: flex;
justify-content: space-between;