feat: tweak p element margin

This commit is contained in:
alistair3149 2021-06-21 20:51:50 -04:00
parent e2e5f62ca7
commit 4d3e18898e
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -84,8 +84,7 @@
h3,
h4,
h5,
h6,
p + p {
h6 {
margin-top: @content-margin-top * 2;
}
@ -94,11 +93,15 @@
h3 + h4,
h4 + h5,
h5 + h6,
p,
table {
margin-top: @content-margin-top;
}
p {
margin-top: @content-margin-top;
margin-bottom: @content-margin-top;
}
ul {
margin: @content-margin-top 0 0 @content-margin-top * 2;