Skip to content

Commit

Permalink
Merge pull request #11 from yusufalperendumlu/V1.0.0/fixed/visibility…
Browse files Browse the repository at this point in the history
…-text

refactor: Update Hero component in Hero.jsx
  • Loading branch information
yusufalperendumlu committed May 6, 2024
2 parents 4e7dbec + 2057a3a commit a9af9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/container/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Hero = () => {
className="object-cover object-center h-full w-full"
/>
</div>
<div className="mt-10 lg:w-1/2 z-40 ">
<div className="lg:w-1/2 z-40 ">
<h1 className="font-roboto text-3xl text-center font-normal text-white md:text-5xl lg:text-4xl xl:text-5xl lg:text-left lg:max-w-[540px]">
Now
<p>It&apos;s easy for you rent a car</p>
Expand Down

0 comments on commit a9af9d0

Please sign in to comment.