From b312e7a50d7c5d20f63179f0d7d38469f15e23da Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 12 Jan 2023 22:35:52 -0800 Subject: [PATCH] Remove auto bottom margin for divs in content --- layouts/partials/paige/style.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 1adf7613..1dc10908 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -17,10 +17,6 @@ section[class="paige-content"] > blockquote p:last-of-type { margin-bottom: 0; } -section[class="paige-content"] > div { - margin-bottom: 1rem; -} - {{ with .Site.Params.paige.content_max_width }} section[class="paige-content"], section[class="paige-toc"] { max-width: {{ . }};