Skip to content

Commit

Permalink
Fix:Home-section
Browse files Browse the repository at this point in the history
  • Loading branch information
psparwez committed Dec 1, 2024
1 parent 802f7d4 commit 1111329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Button from "./Button"

const Hero = () => {
return (
<section className="border max-container padding-container gap-20 flex-col flex pb-32 py-10 md:gap-28 lg:py-20 xl:flex-row ">
<section className=" max-container padding-container gap-20 flex-col flex pb-32 py-10 md:gap-28 lg:py-20 xl:flex-row ">
<div className="hero-map"></div>
{/* Left */}
<div className="relative z-20 flex flex-1 flex-col xl:w-1/2">
Expand Down

0 comments on commit 1111329

Please sign in to comment.