Tighten Folgt uns spacing - was too stretched out

This commit is contained in:
Sebastjan 2026-04-25 10:09:40 +02:00
parent 151ae6ead3
commit f2d299c2f7

View File

@ -399,13 +399,14 @@
.foot-socials {
display: flex;
flex-direction: column;
gap: 6px;
gap: 0;
}
.foot-socials a {
border-bottom: none;
padding: 4px 0;
padding: 0;
display: inline-block;
width: fit-content;
line-height: 1.65;
}
.foot-socials a:hover { color: var(--folx-magenta); }
.foot-divider {
@ -413,7 +414,7 @@
width: 24px;
height: 1px;
background: var(--border);
margin: 8px 0 4px;
margin: 10px 0 6px;
}
.foot-copy {
max-width: 1400px;