fix(SW-184): using store for state-handling of menus
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user