Merge pull request #24 from mntn-xyz/patch-17

Fix UL/OL margin per #11
This commit is contained in:
Joe Roe 2021-09-06 11:19:39 +02:00 committed by GitHub
commit 3db2f205a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -76,12 +76,12 @@ a:hover, a:active {
/* Lists */
ul {
margin: 1rem 0;
margin: 0 0 1.5rem 0;
padding-left: 1.25rem;
}
ol {
margin: 1rem 0;
margin: 0 0 1.5rem 0;
padding-left: 1.75rem;
}