feat: add wrapping behavior to policy/cookie links in footer

This commit is contained in:
Simon Emanuelsson
2025-06-26 13:43:20 +02:00
committed by Simon.Emanuelsson
parent 5d275c6b1b
commit 7e4ed93c97

View File

@@ -35,6 +35,7 @@
.navigation {
display: flex;
flex-wrap: wrap;
gap: var(--Space-x1);
}