Skip to content

Commit a13cfdf

Browse files
committed
Stop aligning text in What to Expect on the conf page
1 parent f4c7fd3 commit a13cfdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2025/components/what-to-expect.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ export default function WhatToExpectSection({
2828
function ListItem({ number, text }: { number: string | number; text: string }) {
2929
return (
3030
<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]">
31+
<span className="inline-block text-[72px]/none [text-box:trim-both_cap_alphabetic]">
3232
{number}
3333
</span>{" "}
34-
<span className="typography-menu ml-10 inline-block">{text}</span>
34+
<span className="typography-menu mb-2 inline-block">{text}</span>
3535
</li>
3636
)
3737
}

0 commit comments

Comments
 (0)