mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Refine spacing to match previous spacing
Correct hero spacing changes caused by line-height adjustments in Tailwind v4
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user