Skip to content

Commit

Permalink
fix: hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhanRafid97 committed Aug 25, 2023
1 parent b1cd16a commit 37b9f64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/modules/profile/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { HeroAsset, LeftHeroAsset } from './assets';

const Hero = () => {
return (
<section className="section-container ">
<div className="w-full h-full flex">
<section className="section-container items-start ">
<div className="w-full h-[90%] flex">
<div className="w-full lg:w-[70%] p-4 h-full padding-left-layout flex bg-primary">
<div className="my-auto lg:w-[500px] w-full">
<h1 className="text-secondary font-bold text-[56px]">Fullstack Engineer.</h1>
Expand All @@ -18,14 +18,14 @@ const Hero = () => {
</div>
<div className="lg:w-[30%] h-full relative bg-secondary">
<HeroAsset />
<div className=" w-[240px] h-[340px] lg:block hidden absolute top-[300px] left-[-140px] border-[4px] border-white " />
<div className=" absolute lg:block hidden top-1/2 transform -translate-y-1/2 left-[-180px] w-[250px] h-[320px]">
<div className=" w-[240px] h-[340px] lg:block hidden absolute top-[230px] left-[-140px] border-[4px] border-white " />
<div className=" absolute lg:block hidden top-1/2 transform -translate-y-1/2 left-[-180px] w-[240px] h-[340px]">
<Image
src="/assets/profilePict4.jpg"
width="0"
height="0"
sizes="100vw"
className="w-[260px] rounded h-[370px]"
className="w-[240px] rounded h-[340px]"
alt="good"
/>
</div>
Expand Down

0 comments on commit 37b9f64

Please sign in to comment.