feat(style): improve list item margins

This commit is contained in:
Price Hiller 2023-08-29 15:09:36 -05:00
parent 6c1c8c5628
commit b6baa6116e
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -244,6 +244,16 @@ code {
p > code {
background-color: var(--sumiInk3);
ul {
margin: 0;
}
ol {
margin: 0;
}
li {
margin: 10px 0;
}
.page-info {