This commit is contained in:
Madison Scott-Clary
2022-05-09 18:39:19 -07:00
parent 0b4db1d81c
commit f669042651

View File

@ -16,3 +16,7 @@ ul {
list-style-type: disc; list-style-type: disc;
margin-left: 2rem; margin-left: 2rem;
} }
ul + p {
margin-top: 1rem;
}