Removed 0 margin top for p

This commit is contained in:
alistair3149 2020-01-07 16:52:25 -05:00
parent ef8b84de89
commit 36f0c07fa5
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -511,10 +511,6 @@ a {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
p:first-of-type {
margin-top: 0;
}
h2 { h2 {
font-size: @content-h2-size; font-size: @content-h2-size;
} }