Fix paragraphs not having spacing. Closes #2891

This commit is contained in:
Gabe Kangas 2023-03-31 22:21:47 -07:00
parent 413d65a0bd
commit d7301d2d8d
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -16,6 +16,6 @@
}
p {
margin: unset;
margin: 0.5rem 0;
}
}