Adjust Hero component spacing by updating margin-bottom to margin-top in description text.
This commit is contained in:
@@ -47,7 +47,7 @@ export default function Header() {
|
|||||||
/>
|
/>
|
||||||
</motion.h2>
|
</motion.h2>
|
||||||
<motion.p
|
<motion.p
|
||||||
className="text-xl md:text-2xl text-gray-100 mb-6"
|
className="text-xl md:text-2xl text-gray-100 mt-4"
|
||||||
initial={{opacity: 0, y: 20}}
|
initial={{opacity: 0, y: 20}}
|
||||||
animate={{opacity: 1, y: 0}}
|
animate={{opacity: 1, y: 0}}
|
||||||
transition={{duration: 0.6, delay: 0.4}}
|
transition={{duration: 0.6, delay: 0.4}}
|
||||||
|
|||||||
Reference in New Issue
Block a user