Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit c8f6fdc

Browse files
authored
Merge pull request #116 from maxim-belkin/patch-1
lesson.scss: 2em left padding for lists
2 parents 4030b74 + 43c4108 commit c8f6fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/lesson.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ div.branding {
133133

134134
ul,
135135
ol {
136-
padding-left: 1em;
136+
padding-left: 2em;
137137
}
138138

139139
span.fold-unfold {

0 commit comments

Comments
 (0)