Change list style in comments to be inside.
This commit is contained in:
parent
eb398c419a
commit
a65162c204
1 changed files with 5 additions and 0 deletions
|
@ -180,6 +180,11 @@ $thumbnailWidthSmall: 0rem;
|
|||
word-break: break-word;
|
||||
max-width: 35rem;
|
||||
|
||||
ul li,
|
||||
ol li {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
p {
|
||||
& + p {
|
||||
margin-top: var(--spacing-xxs);
|
||||
|
|
Loading…
Reference in a new issue