From 07a43c01a26f2b470c8569647a88135fe2994849 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 19 Dec 2022 19:27:56 -0800 Subject: [PATCH] Fix div bottom margin in content --- layouts/partials/paige-content.html | 14 ++++++++++---- layouts/partials/paige-style.html | 8 ++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/layouts/partials/paige-content.html b/layouts/partials/paige-content.html index b8c8f56a..68983ab6 100644 --- a/layouts/partials/paige-content.html +++ b/layouts/partials/paige-content.html @@ -10,9 +10,15 @@ {{ end }} -
-
-
{{ .Content | replaceRE `()` `${1}${3}` | safeHTML }}
+
+
+
+
+
+ {{ .Content | replaceRE `()` `${1}${3}` | safeHTML }} +
+
+
-
+ {{ end }} diff --git a/layouts/partials/paige-style.html b/layouts/partials/paige-style.html index c5d8a2fc..0794cc12 100644 --- a/layouts/partials/paige-style.html +++ b/layouts/partials/paige-style.html @@ -1,4 +1,8 @@