fix: 🌯 allow footer nav to wrap

This commit is contained in:
m5ka 2024-03-26 18:43:18 +00:00
parent e1a2618d46
commit 7975110f15

View file

@ -393,6 +393,7 @@ footer {
footer nav ul {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
column-gap: 1.2rem;