Skip to content

Commit 655433c

Browse files
committed
chore: adjust homepage layout spacing
1 parent 25ccbe6 commit 655433c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const HomePage = ({
189189
/>
190190
<TranslatathonBanner pathname={asPath} />
191191
<HomeHero heroImg={Hero} className="w-full" />
192-
<div className="w-full space-y-16 px-4 sm:px-6 md:space-y-32">
192+
<div className="w-full space-y-32 lg:space-y-48">
193193
<div className="my-20 grid w-full grid-cols-2 gap-x-4 gap-y-8 md:grid-cols-4 md:gap-x-10">
194194
{subHeroCTAs.map(({ label, description, href, className, Svg }) => (
195195
<Fragment key={label}>

0 commit comments

Comments
 (0)