feat(style): improve list item margins
This commit is contained in:
parent
6c1c8c5628
commit
b6baa6116e
@ -244,6 +244,16 @@ code {
|
||||
|
||||
p > code {
|
||||
background-color: var(--sumiInk3);
|
||||
ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ol {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.page-info {
|
||||
|
Loading…
Reference in New Issue
Block a user