Commit 9d4fd9a 1 parent 62781bf commit 9d4fd9a Copy full SHA for 9d4fd9a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ function About() {
303
303
</ div >
304
304
</ div >
305
305
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" >
307
307
< div className = "mx-auto max-w-2xl sm:col-span-1 sm:px-0 lg:mx-0 lg:max-w-none" >
308
308
< h2 className = "text-pretty text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl dark:text-white" >
309
309
The Results.
@@ -340,7 +340,7 @@ export default function Home() {
340
340
< div className = "overflow-hidden" >
341
341
< Hero />
342
342
< 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" >
344
344
< About />
345
345
</ div >
346
346
</ main >
You can’t perform that action at this time.
0 commit comments