1
0
Fork 0

improve list style

This commit is contained in:
Tommy Vedvik 2019-02-28 21:33:03 +01:00
parent 46ff0d4cb9
commit 865a7aff6b

View file

@ -58,7 +58,7 @@ ul {
margin-left: 1.25em; margin-left: 1.25em;
margin-bottom: 1.25em; margin-bottom: 1.25em;
li { li {
margin-bottom: 1em; margin-bottom: .6em;
} }
} }
ol { ol {
@ -66,6 +66,6 @@ ol {
margin-left: 1.25em; margin-left: 1.25em;
margin-bottom: 1.25em; margin-bottom: 1.25em;
li { li {
margin-bottom: 1em; margin-bottom: .6em;
} }
} }