feat: Changes to flex and display

- Remove unused flex classes
- Nav module no longer dependend on common flex classes
- Add important to common display and opacity
This commit is contained in:
sthag 2025-06-21 13:35:26 +02:00
parent 2f63dbe2b6
commit 35b55de550
4 changed files with 29 additions and 42 deletions

View file

@ -99,12 +99,11 @@ nav {
margin: $space_basic 0;
ul {
@extend .flex;
display: flex;
margin: 0 $space_large;
li {
@extend .flex_child;
flex-grow: 1;
flex: auto;
margin: 0;
text-align: center;