Add space between paragraphs (#1172)

This commit is contained in:
Carlos Fernandez 2025-09-09 22:03:13 -04:00 committed by GitHub
parent 58f039ce96
commit a57d154d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -210,7 +210,13 @@
}
p {
margin: 0;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
ul {