Revert short line-height for <ul>'s (#1121)

This commit is contained in:
Caleb Jasik 2021-08-16 10:45:22 -05:00 committed by GitHub
parent bbb6867481
commit 36b7a2724b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,12 +89,9 @@ h5 {
font-size: 1rem;
}
p {
line-height: 1.65em;
}
p,
.content ul {
line-height: 1.1em;
line-height: 1.65em;
}
p,