Adjust spacing of ul and p on home page

This commit is contained in:
Eryn Wells 2021-10-10 10:54:54 -07:00
parent 10b2fb7157
commit 2840913b7d

View file

@ -40,6 +40,7 @@ main p:first-child {
margin-top: 0;
}
main p {
margin-top: 2rem;
main p,
main ul {
margin-top: 1.5rem;
}