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 f4c7fd3 commit a13cfdfCopy full SHA for a13cfdf
src/app/conf/2025/components/what-to-expect.tsx
@@ -28,10 +28,10 @@ export default function WhatToExpectSection({
28
function ListItem({ number, text }: { number: string | number; text: string }) {
29
return (
30
<li className="list-none bg-gradient-to-r from-[#CDF27E] p-6 dark:from-[#507501]">
31
- <span className="inline-block w-[87px] text-[72px]/none [text-box:trim-both_cap_alphabetic]">
+ <span className="inline-block text-[72px]/none [text-box:trim-both_cap_alphabetic]">
32
{number}
33
</span>{" "}
34
- <span className="typography-menu ml-10 inline-block">{text}</span>
+ <span className="typography-menu mb-2 inline-block">{text}</span>
35
</li>
36
)
37
}
0 commit comments