Tighten Folgt uns spacing - was too stretched out
This commit is contained in:
parent
151ae6ead3
commit
f2d299c2f7
@ -399,13 +399,14 @@
|
|||||||
.foot-socials {
|
.foot-socials {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 6px;
|
gap: 0;
|
||||||
}
|
}
|
||||||
.foot-socials a {
|
.foot-socials a {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding: 4px 0;
|
padding: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
line-height: 1.65;
|
||||||
}
|
}
|
||||||
.foot-socials a:hover { color: var(--folx-magenta); }
|
.foot-socials a:hover { color: var(--folx-magenta); }
|
||||||
.foot-divider {
|
.foot-divider {
|
||||||
@ -413,7 +414,7 @@
|
|||||||
width: 24px;
|
width: 24px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: var(--border);
|
background: var(--border);
|
||||||
margin: 8px 0 4px;
|
margin: 10px 0 6px;
|
||||||
}
|
}
|
||||||
.foot-copy {
|
.foot-copy {
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user