feat(custom): better ordered list style
This commit is contained in:
parent
e4bdf68646
commit
f06323ab2b
1 changed files with 8 additions and 1 deletions
|
@ -119,9 +119,16 @@ h4 {
|
||||||
font-size: 1.35rem;
|
font-size: 1.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul, ol {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: disc inside;
|
list-style: disc inside;
|
||||||
margin-bottom: 1rem;
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
list-style: decimal inside;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue