fix: adjust max-width for hero section on smaller screens

This commit is contained in:
arraysid
2025-05-12 06:34:40 +07:00
parent 9c4ce1cca9
commit 6f45ca295b
@@ -117,7 +117,7 @@ export function Hero(props: HeroSection) {
</motion.div> </motion.div>
<motion.div <motion.div
className="relative w-full max-w-md mx-auto lg:ml-auto" className="relative w-full lg:w-auto mx-auto lg:ml-auto"
initial={{ opacity: 0, scale: 0.9 }} initial={{ opacity: 0, scale: 0.9 }}
animate={{ opacity: 1, scale: 1 }} animate={{ opacity: 1, scale: 1 }}
transition={{ duration: 0.5, delay: 0.2 }} transition={{ duration: 0.5, delay: 0.2 }}