Merge "Update padding on <p> elements"

This commit is contained in:
jenkins-bot 2024-03-25 19:36:20 +00:00 committed by Gerrit Code Review
commit 4963900d70

View file

@ -4,7 +4,8 @@
.content {
p {
margin: 0.5em 0 1em 0;
padding-bottom: 0.5em;
margin: 0.5em 0 0 0;
}
hr {