Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk committed Dec 15, 2024
1 parent d41bb76 commit aec49b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/suspensive.org/src/components/Scrollycoding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function Scrollycoding(props: unknown) {
return (
<>
{/* only in desktop */}
<SelectionProvider className="scrollbar-none my-4 mb-24 hidden gap-4 md:flex">
<SelectionProvider className="my-4 mb-24 hidden gap-4 md:flex">
<div className="mb-[40vh]" style={{ flex: 1 }}>
{steps.map((step, i) => (
<Selectable
Expand Down

0 comments on commit aec49b8

Please sign in to comment.