Skip to content

Commit db37bd0

Browse files
committed
Set padding-inline-start: 2ch; for ul elements.
1 parent 1955d80 commit db37bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ ol {
153153
}
154154

155155
ul {
156-
padding-inline-start: 1ch;
156+
padding-inline-start: 2ch;
157157
list-style: none;
158158

159159
li {

0 commit comments

Comments
 (0)