fixing AGAIN flex-wrap in footer
This commit is contained in:
parent
e97ff0e013
commit
89e7dabb68
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--space-xs-s);
|
gap: var(--space-xs-s);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
:not(nav).site-foot__inner {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue