Skip to content

Commit

Permalink
add mb-10 to About Us section
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Feb 10, 2024
1 parent b6bbaf4 commit 3f608e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AboutUs/AboutUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import MaledviesImg02 from '@/public/images/maledives02.jpg'

const AboutUs = () => {
return (
<section id='about_us' className='relative flex max-container padding-container items-center py-10'>
<section id='about_us' className='relative flex max-container padding-container items-center py-10 mb-10'>
<div className='flex h-[400px]'>
<div className='flex absolute left-[-80px] top-[-16px] 2xl:top-[-60px] lg:top-[-20px] md:top-[-80px] md:left-0'>
<img className='rounded-3xl border-2 border-white' src={MaledviesImg01.src} alt="img" width={400} height={1200}/>
Expand Down

0 comments on commit 3f608e0

Please sign in to comment.