Remove margin around every ‘p’, ‘ul’, ‘ol’, and ‘dl’

But do add a bit around any ‘.note’ elements.
This commit is contained in:
Tom Willemse 2022-11-17 00:14:09 -08:00
parent 03a13ca1c2
commit 7414cc360c
2 changed files with 1 additions and 4 deletions

View file

@ -94,6 +94,3 @@ pre {
p { margin: 0; }
p, ul, ol, dl {
margin-bottom: 2em;
}

View file

@ -43,7 +43,7 @@ pre.src {
}
.note {
margin: 0 3rem;
margin: 1rem 3rem;
border-width: 1px;
border-style: solid;
padding: 0 1rem;