diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 0f481c7..aa71b9b 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -446,13 +446,6 @@ body { /* List layout {{{ */ -/* flexbox container for sections and main page list */ -.list-page-container { - display: flex; - flex-direction: column; - gap: 40px; -} - .page-list { display: flex; flex-direction: column; @@ -607,6 +600,7 @@ body { /* Subsections on list pages {{{ */ .sections { + margin-bottom: 60px; display: flex; flex-direction: column; gap: 10px; diff --git a/layouts/section.html b/layouts/section.html index 01ea9c8..04bd014 100644 --- a/layouts/section.html +++ b/layouts/section.html @@ -9,17 +9,15 @@ {{ . }} {{ end }} -