Fix list indentation
Do not scale with zoom, use fixed indentations to keep align with text.
This commit is contained in:
parent
ed39b84741
commit
e0f6815974
1 changed files with 2 additions and 2 deletions
|
@ -54,12 +54,12 @@ img {
|
|||
}
|
||||
|
||||
ul {
|
||||
padding-inline-start: 2.5em;
|
||||
padding-inline-start: 20px;
|
||||
list-style-type: disclosure-closed;
|
||||
}
|
||||
|
||||
ol {
|
||||
padding-inline-start: 2.5em;
|
||||
padding-inline-start: 50px;
|
||||
list-style-type: decimal-leading-zero;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue