Fix styles for ordered lists after css reset

This commit is contained in:
Jamie Kyle
2025-09-29 14:37:06 -07:00
committed by GitHub
parent b1e56bfe6b
commit 726234a27b
4 changed files with 19 additions and 1 deletions

View File

@@ -178,7 +178,9 @@
ol {
@include mixins.font-body-1;
line-height: 26px;
list-style-type: decimal;
list-style-position: inside;
margin-block: 8px;
padding-inline-start: 0;
}