Add space between paragraphs

This commit is contained in:
Carlos Fernandez 2025-09-08 06:15:28 -04:00
parent 58f039ce96
commit 16a312a04d

View file

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