Skip to content

Commit 4782b8c

Browse files
authored
Bullet points styling on Score.dev (#32)
Signed-off-by: Santiago Beroch <[email protected]>
1 parent d2284ff commit 4782b8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: assets/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
#blog-post-content ol,
118118
#blog-post-content ul {
119-
@apply mb-4;
119+
@apply mb-4 pl-8;
120120
}
121121

122122
#blog-post-content li {

Diff for: assets/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ code,
717717
#blog-post-content ol,
718718
#blog-post-content ul {
719719
margin-bottom: 1rem;
720+
padding-left: 2rem;
720721
}
721722

722723
#blog-post-content li {

0 commit comments

Comments
 (0)