Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from AbandonTech/fix/svg-border-bug
Browse files Browse the repository at this point in the history
add negative margin to svg to help mitigate odd border between div an…
  • Loading branch information
fisher60 committed May 27, 2023
2 parents 8f123be + e843b4e commit 9293b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Banner() {
</div>
</div>

<img src={bgImage.src} className="w-full select-none" alt="Orange, curved background for website banner"/>
<img src={bgImage.src} className="block w-screen select-none my-[-2px]" alt="Orange, curved background for website banner"/>

</div>
)
Expand Down

0 comments on commit 9293b3c

Please sign in to comment.