stop footer sections bunching when there IS room

This commit is contained in:
stopflock
2026-07-15 14:31:36 -05:00
parent 95f838353b
commit e45c5cb54f
+2 -1
View File
@@ -140,9 +140,10 @@ const getInvolvedLinks = [
.footer-links-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
justify-content: space-between;
gap: 24px 48px;
}
.footer-links-grid > div {
flex: 0 1 auto;
}