Merge pull request #395 from nature-of-code/fixed-table-and-number-list-indent

Update list indentation
This commit is contained in:
Daniel Shiffman 2023-08-23 09:20:53 -04:00 committed by GitHub
commit f8e73c44d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,8 @@ a {
ol,
ul {
padding-left: 0;
margin: 0 5mm;
margin: 0 10mm;
list-style-position: outside;
li {
font-size: 8pt;