Skip to content

Commit dad2053

Browse files
authored
Merge pull request #333 from Aloso/list-fix
Fix list items
2 parents ad3392c + 7b983d7 commit dad2053

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/styles/app.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@ div.brand {
116116
}
117117
}
118118

119+
ol, ul {
120+
padding-left: 1.6rem;
121+
}
122+
ul {
123+
list-style: circle;
124+
}
125+
119126
.purple {
120127
background-color: $purple;
121128
color: white;

0 commit comments

Comments
 (0)