diff --git a/static/css/site.css b/static/css/site.css index bc598de..a34c816 100644 --- a/static/css/site.css +++ b/static/css/site.css @@ -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; diff --git a/templates/page.html b/templates/page.html index a525e49..a968cfa 100644 --- a/templates/page.html +++ b/templates/page.html @@ -20,6 +20,7 @@ {{ page.content }} {% if page.slug == 'about-me' %} +