Fix list indentation

Do not scale with zoom, use fixed indentations to keep align with text.
This commit is contained in:
Daniel Siepmann 2020-02-09 09:32:20 +01:00
parent ed39b84741
commit e0f6815974

View file

@ -54,12 +54,12 @@ img {
} }
ul { ul {
padding-inline-start: 2.5em; padding-inline-start: 20px;
list-style-type: disclosure-closed; list-style-type: disclosure-closed;
} }
ol { ol {
padding-inline-start: 2.5em; padding-inline-start: 50px;
list-style-type: decimal-leading-zero; list-style-type: decimal-leading-zero;
} }