Remove auto bottom margin for divs in content

This commit is contained in:
Will Faught
2023-01-12 22:35:52 -08:00
parent 03c61beba5
commit b312e7a50d

View File

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