Skip to content

Commit

Permalink
docs(suspensive.org): update font size for Scrollycoding
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 16, 2024
1 parent 95bec22 commit 40a9299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/suspensive.org/src/components/Scrollycoding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export function Scrollycoding(props: unknown) {
selectOn={['click', 'scroll']}
className="mb-20 cursor-pointer py-2 opacity-30 blur-lg transition data-[selected=true]:opacity-100 data-[selected=true]:blur-none"
>
<h2 className="mb-2 text-lg font-bold">{step.title}</h2>
<div className="opacity-75">{step.children}</div>
<h2 className="mb-2 text-sm font-bold">{step.title}</h2>
<div className="text-sm opacity-75">{step.children}</div>
</Selectable>
))}
</div>
Expand Down

0 comments on commit 40a9299

Please sign in to comment.