Skip to content

Commit 9d4fd9a

Browse files
committed
fix(about): update mobile padding
1 parent 62781bf commit 9d4fd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/about-page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ function About() {
303303
</div>
304304
</div>
305305

306-
<div className="mx-auto mb-20 grid max-w-7xl gap-12 px-8 sm:mb-32 sm:hidden sm:grid-cols-3 sm:px-0">
306+
<div className="mx-auto grid max-w-7xl gap-12 px-8 sm:mb-32 sm:hidden sm:grid-cols-3 sm:px-0">
307307
<div className="mx-auto max-w-2xl sm:col-span-1 sm:px-0 lg:mx-0 lg:max-w-none">
308308
<h2 className="text-pretty text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl dark:text-white">
309309
The Results.
@@ -340,7 +340,7 @@ export default function Home() {
340340
<div className="overflow-hidden">
341341
<Hero />
342342
<main>
343-
<div className="mb-20 bg-gradient-to-b from-white from-50% to-gray-100 sm:mb-0 dark:from-zinc-950 dark:from-50% dark:to-zinc-950">
343+
<div className="bg-gradient-to-b from-white from-50% to-gray-100 pb-20 sm:mb-0 sm:pb-2 dark:from-zinc-950 dark:from-50% dark:to-zinc-950">
344344
<About />
345345
</div>
346346
</main>

0 commit comments

Comments
 (0)