Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6179a417d7 |
+3
-5
@@ -426,12 +426,10 @@ ul.social-links {
|
||||
height: 1.25rem;
|
||||
}
|
||||
|
||||
/* About-me page variant: bigger icons, distinct gap from the text above.
|
||||
Spacing to the preceding text is handled by .social-links-divider's
|
||||
own margins, so this only needs the gap from divider to icons.
|
||||
/* About-me page variant: bigger icons, even gap above/below the divider.
|
||||
"ul.social-links--large" for the same specificity reason as above. */
|
||||
ul.social-links--large {
|
||||
margin-top: 3rem;
|
||||
margin-top: 5rem;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
@@ -444,7 +442,7 @@ ul.social-links--large {
|
||||
border: none;
|
||||
border-top: 1px solid var(--table-border-color);
|
||||
width: 4rem;
|
||||
margin: 8rem auto 0 auto;
|
||||
margin: 5rem auto 0 auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user