adjust margin-left on nested-list class
This commit is contained in:
parent
eb53df7b3d
commit
fe0d1095bc
|
@ -224,4 +224,5 @@ main section ul li {
|
||||||
|
|
||||||
.nested-list {
|
.nested-list {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
|
margin-left: 2rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue