We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ef0f8 commit fabce39Copy full SHA for fabce39
src/components/OrderedList.tsx
@@ -18,12 +18,12 @@ export interface IProps {
18
const liCustomType: SystemStyleObject = {
19
content: `counter(li-counter)`,
20
position: "absolute",
21
- top: "-2px", // adjusts circle + number up and down
+ top: "-5px", // adjusts circle + number up and down
22
left: "-3rem",
23
- width: "35px",
24
- aspectRatio: "1",
25
- height: "2rem",
26
- pt: "7px", // adjusts number up and down,
+ width: "32px",
+ // aspectRatio: "1",
+ height: "1.5rem",
+ pt: "9px", // adjusts number up and down,
27
lineHeight: "100%",
28
borderRadius: "50%",
29
background: "grayBackground",
0 commit comments