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.
2 parents 5e5b2fb + b7b01c6 commit f22e0acCopy full SHA for f22e0ac
src/components/OrderedList.tsx
@@ -18,12 +18,11 @@ 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: "-3px", // 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: "34px",
+ height: "1.6rem",
+ pt: "9px", // adjusts number up and down,
27
lineHeight: "100%",
28
borderRadius: "50%",
29
background: "grayBackground",
0 commit comments