complete layout
This commit is contained in:
parent
25951f0519
commit
282bae7fb0
1 changed files with 2 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ const HeroSection: React.FC = () => {
|
||||||
ease: [0.4, 0, 0.2, 1],
|
ease: [0.4, 0, 0.2, 1],
|
||||||
delay: 0.4,
|
delay: 0.4,
|
||||||
}}
|
}}
|
||||||
className="absolute top-[142px] left-[77px] social-icons-pp z-20"
|
className="absolute top-[77px] left-[70px] lg:top-[142px] lg:left-[77px] social-icons-pp z-20"
|
||||||
>
|
>
|
||||||
<motion.div
|
<motion.div
|
||||||
animate={{
|
animate={{
|
||||||
|
|
@ -143,6 +143,7 @@ const HeroSection: React.FC = () => {
|
||||||
alt="Social Icons"
|
alt="Social Icons"
|
||||||
height={500}
|
height={500}
|
||||||
width={500}
|
width={500}
|
||||||
|
className="w-[300px] h-[200px] lg:w-[500px] lg:h-[500px] object-contain"
|
||||||
/>
|
/>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue