fix: 🌯 allow footer nav to wrap
This commit is contained in:
parent
e1a2618d46
commit
7975110f15
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ footer {
|
||||||
|
|
||||||
footer nav ul {
|
footer nav ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-flow: row wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
column-gap: 1.2rem;
|
column-gap: 1.2rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue