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 fabce39 commit b7b01c6Copy full SHA for b7b01c6
src/components/OrderedList.tsx
@@ -18,11 +18,10 @@ export interface IProps {
18
const liCustomType: SystemStyleObject = {
19
content: `counter(li-counter)`,
20
position: "absolute",
21
- top: "-5px", // adjusts circle + number up and down
+ top: "-3px", // adjusts circle + number up and down
22
left: "-3rem",
23
- width: "32px",
24
- // aspectRatio: "1",
25
- height: "1.5rem",
+ width: "34px",
+ height: "1.6rem",
26
pt: "9px", // adjusts number up and down,
27
lineHeight: "100%",
28
borderRadius: "50%",
0 commit comments