From 2ced398c951a0a2df49be5ae16f7a26b7c733aba Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 9 Dec 2022 18:30:34 -0800 Subject: [PATCH] Add back blank lines to CSS --- layouts/_default/baseof.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 68b238ac..ea431262 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,9 +35,11 @@ border-left: 0.25rem solid #e9ecef; border-right: 0.25rem solid white; } + blockquote p:last-of-type { margin-bottom: 0; } + #content div { margin-bottom: 1rem; }