fix(theme): fixes the spacing between list items
This commit is contained in:
parent
1f0c9ae560
commit
ceb1d7ae03
1 changed files with 5 additions and 1 deletions
|
@ -303,7 +303,11 @@ main {
|
|||
}
|
||||
}
|
||||
|
||||
ul > li {
|
||||
:where(ol,ul) li {
|
||||
margin-bottom: 0;;
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue