Remove auto bottom margin for divs in content
This commit is contained in:
@@ -17,10 +17,6 @@ section[class="paige-content"] > blockquote p:last-of-type {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section[class="paige-content"] > div {
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
{{ with .Site.Params.paige.content_max_width }}
|
{{ with .Site.Params.paige.content_max_width }}
|
||||||
section[class="paige-content"], section[class="paige-toc"] {
|
section[class="paige-content"], section[class="paige-toc"] {
|
||||||
max-width: {{ . }};
|
max-width: {{ . }};
|
||||||
|
Reference in New Issue
Block a user