Change list style in comments to be inside.

This commit is contained in:
Daniela Narvaez 2021-01-02 17:32:35 -03:00 committed by Sean Yesmunt
parent eb398c419a
commit a65162c204

View file

@ -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);