Compare commits
1 Commits
4d49471633
...
6a2e23d68b
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a2e23d68b |
+13
-4
@@ -392,9 +392,9 @@ ul.menuitems {
|
||||
justify-content: center;
|
||||
gap: 0.75rem;
|
||||
list-style: none;
|
||||
/* At least double the standard 3rem inter-section gap (e.g. the gap
|
||||
above "Tags:") to set the icon row apart from the sidebar nav. */
|
||||
margin: 6rem 0 0 0;
|
||||
/* Clearly more than double the standard 3rem inter-section gap (e.g.
|
||||
the gap above "Tags:") to set the icon row apart from the sidebar nav. */
|
||||
margin: 10rem 0 0 0;
|
||||
}
|
||||
|
||||
.social-links li {
|
||||
@@ -420,7 +420,9 @@ ul.menuitems {
|
||||
height: 1.25rem;
|
||||
}
|
||||
|
||||
/* About-me page variant: bigger icons, distinct gap from the text above. */
|
||||
/* 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. */
|
||||
.social-links--large {
|
||||
margin-top: 3rem;
|
||||
gap: 1.5rem;
|
||||
@@ -431,6 +433,13 @@ ul.menuitems {
|
||||
height: 5rem;
|
||||
}
|
||||
|
||||
.social-links-divider {
|
||||
border: none;
|
||||
border-top: 1px solid var(--table-border-color);
|
||||
width: 4rem;
|
||||
margin: 8rem auto 0 auto;
|
||||
}
|
||||
|
||||
|
||||
.menuitems {
|
||||
list-style: none;
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
{{ page.content }}
|
||||
|
||||
{% if page.slug == 'about-me' %}
|
||||
<hr class="social-links-divider">
|
||||
{% set social_links_variant = 'large' %}
|
||||
{% include "includes/social_links.html" %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user