adjust margin-left on nested-list class

This commit is contained in:
emma 2024-12-19 07:23:04 -05:00
parent eb53df7b3d
commit fe0d1095bc
1 changed files with 1 additions and 0 deletions

View File

@ -224,4 +224,5 @@ main section ul li {
.nested-list {
list-style-type: disc;
margin-left: 2rem;
}