fixing AGAIN flex-wrap in footer

This commit is contained in:
madrilene 2023-05-24 12:01:08 +02:00
parent e97ff0e013
commit 89e7dabb68

View file

@ -8,6 +8,9 @@
display: flex;
gap: var(--space-xs-s);
justify-content: center;
}
:not(nav).site-foot__inner {
flex-wrap: wrap;
}