Increase social link spacing further, add About-me divider

Sidebar gap 6rem -> 10rem (previous doubling still read as too small).
About-me page: add a subtle .social-links-divider <hr> between the bio
text and the icon row (8rem gap above it, 3rem below to the icons) -
11rem total separation from the text, up from 3rem, plus a visual
break as requested.
This commit is contained in:
2026-08-13 17:01:31 +00:00
parent 996f6efb8f
commit d8e798f3c4
2 changed files with 14 additions and 4 deletions
+1
View File
@@ -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 %}