Fix lists
This commit is contained in:
parent
39e868c78d
commit
b8ce0f0950
1 changed files with 3 additions and 3 deletions
|
@ -54,16 +54,16 @@ img {
|
|||
}
|
||||
|
||||
ul {
|
||||
padding-inline-start: 1em;
|
||||
padding-inline-start: 2.5em;
|
||||
list-style-type: disclosure-closed;
|
||||
}
|
||||
|
||||
ol {
|
||||
padding-inline-start: 2.5em;
|
||||
list-style-type: decimal-leading-zero;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: disclosure-closed;
|
||||
|
||||
padding: {
|
||||
bottom: $spacer / 2;
|
||||
top: $spacer / 2;
|
||||
|
|
Loading…
Reference in a new issue