Refine spacing to match previous spacing

Correct hero spacing changes caused by line-height adjustments in Tailwind v4
This commit is contained in:
Brandon McConnell
2025-07-30 15:03:16 -04:00
parent df1e80b528
commit dbc1d2e1a3
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function Hero() {
initial={{ opacity: 0, y: 20 }}
animate={{ opacity: 1, y: 0 }}
transition={{ delay: 0.6, duration: 0.8 }}
className="mb-8 flex justify-center"
className="mb-4 flex justify-center"
>
<SponsorButton
href="https://vercel.com/home?utm_source=opencut"