Skip to content

Commit

Permalink
Merge pull request #74 from Bostonhacks/sponsor-pictures
Browse files Browse the repository at this point in the history
mac display improvement
  • Loading branch information
danielyu12 authored Oct 17, 2023
2 parents a3c4a0b + 02540ab commit 97ea9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Footer = () => {
<p className="text-center text-sm">Forest Pixel Art by Eder Muniz</p>
</div>
<div className='relative'>
<img src={FooterCloudImage} className='absolute bottom-20 z-0 object-cover h-auto lg:h-[865px] 2xl:h-auto 2xl:w-full' onDragStart={(event)=> event.preventDefault()}/>
<img src={FooterCloudImage} className='absolute bottom-20 z-0 object-cover w-full h-auto lg:h-[865px] 2xl:h-auto 2xl:w-full' onDragStart={(event)=> event.preventDefault()}/>
</div>
</div>
);
Expand Down

0 comments on commit 97ea9f6

Please sign in to comment.