Even out the gap above/below the About-me social-links divider

Was 8rem above / 3rem below; both now 5rem.
This commit is contained in:
2026-08-13 17:47:59 +00:00
parent 9d85c9556d
commit ed93e0bf87
+3 -5
View File
@@ -426,12 +426,10 @@ ul.social-links {
height: 1.25rem; height: 1.25rem;
} }
/* About-me page variant: bigger icons, distinct gap from the text above. /* About-me page variant: bigger icons, even gap above/below the divider.
Spacing to the preceding text is handled by .social-links-divider's
own margins, so this only needs the gap from divider to icons.
"ul.social-links--large" for the same specificity reason as above. */ "ul.social-links--large" for the same specificity reason as above. */
ul.social-links--large { ul.social-links--large {
margin-top: 3rem; margin-top: 5rem;
gap: 1.5rem; gap: 1.5rem;
} }
@@ -444,7 +442,7 @@ ul.social-links--large {
border: none; border: none;
border-top: 1px solid var(--table-border-color); border-top: 1px solid var(--table-border-color);
width: 4rem; width: 4rem;
margin: 8rem auto 0 auto; margin: 5rem auto 0 auto;
} }