Fix lists

This commit is contained in:
Daniel Siepmann 2020-01-31 17:31:45 +01:00
parent 39e868c78d
commit b8ce0f0950

View file

@ -54,16 +54,16 @@ img {
} }
ul { ul {
padding-inline-start: 1em; padding-inline-start: 2.5em;
list-style-type: disclosure-closed;
} }
ol { ol {
padding-inline-start: 2.5em;
list-style-type: decimal-leading-zero; list-style-type: decimal-leading-zero;
} }
li { li {
list-style-type: disclosure-closed;
padding: { padding: {
bottom: $spacer / 2; bottom: $spacer / 2;
top: $spacer / 2; top: $spacer / 2;