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: {{ . }};