Change ul, ol margin-left to 2em (#1879)

rebase/4.0.0rc1
prplecake 2022-11-01 03:41:58 -05:00 committed by GitHub
parent c199556f64
commit fc340c9154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
}
ul, ol {
margin-left: 1em;
margin-left: 2em;
p {
margin: 0;