style: adjust margin in hero section for improved layout

This commit is contained in:
Maze Winther
2025-06-24 02:45:59 +02:00
parent 2b06fd97d6
commit 6d29228c8c

View File

@ -89,7 +89,7 @@ export function Hero({ signupCount }: HeroProps) {
</motion.div> </motion.div>
<motion.p <motion.p
className="mt-12 text-lg sm:text-xl text-muted-foreground font-light tracking-wide max-w-xl mx-auto" className="mt-10 text-lg sm:text-xl text-muted-foreground font-light tracking-wide max-w-xl mx-auto"
initial={{ opacity: 0 }} initial={{ opacity: 0 }}
animate={{ opacity: 1 }} animate={{ opacity: 1 }}
transition={{ delay: 0.4, duration: 0.8 }} transition={{ delay: 0.4, duration: 0.8 }}