Skip to content

Commit e206272

Browse files
piotrgredowskifrenzymadness
authored andcommitted
Fix spacing in list markers for CoC section
1 parent 42c0770 commit e206272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sections/coc.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const Coc = () => (
4646
sx={{
4747
pl: 20,
4848
"li::marker": {
49-
content: '"✅"',
49+
content: '"✅ "',
5050
pr: 3,
5151
pt: 1,
5252
display: "inline-block",
@@ -79,7 +79,7 @@ export const Coc = () => (
7979
sx={{
8080
pl: 20,
8181
"li::marker": {
82-
content: '"❌"',
82+
content: '"❌ "',
8383
pr: 3,
8484
pt: 1,
8585
display: "inline-block",

0 commit comments

Comments
 (0)