Skip to content

Commit fabce39

Browse files
fix(orderedlist): list points
1 parent 25ef0f8 commit fabce39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/OrderedList.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ export interface IProps {
1818
const liCustomType: SystemStyleObject = {
1919
content: `counter(li-counter)`,
2020
position: "absolute",
21-
top: "-2px", // adjusts circle + number up and down
21+
top: "-5px", // adjusts circle + number up and down
2222
left: "-3rem",
23-
width: "35px",
24-
aspectRatio: "1",
25-
height: "2rem",
26-
pt: "7px", // adjusts number up and down,
23+
width: "32px",
24+
// aspectRatio: "1",
25+
height: "1.5rem",
26+
pt: "9px", // adjusts number up and down,
2727
lineHeight: "100%",
2828
borderRadius: "50%",
2929
background: "grayBackground",

0 commit comments

Comments
 (0)