mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-18 00:17:13 +02:00
stop footer sections bunching when there IS room
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user