Skip to content

Commit

Permalink
Top align carousel on mobile (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Oct 8, 2024
1 parent 11f0fa4 commit 11a14d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Slide = async ({slideParagraph, isTopHero}: {slideParagraph: ParagraphSupC

<div
className={twMerge(
"relative mx-auto flex w-full max-w-1000 flex-col items-center justify-center py-32",
"relative mx-auto flex w-full max-w-1000 flex-col items-center py-32 lg:justify-center",
clsx({
"gap-20 lg:flex-row": leftImage,
})
Expand Down

0 comments on commit 11a14d6

Please sign in to comment.