Merge pull request #66 from StarCitizenTools/dev

Removed 0 margin top for p
This commit is contained in:
alistair3149 2020-01-07 16:53:47 -05:00 committed by GitHub
commit 40d2f17118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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