Skip to content

Commit

Permalink
Update hawk svg overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantrabs committed Mar 27, 2024
1 parent 6267334 commit 6b85ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/Contact.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ContactSection: React.FC = () => {
<img src={TopBorder} className="z-0 w-full" />
<img
src={Hawk}
className="absolute right-0 top-0 -z-10 -translate-y-1/2 scale-100 transform"
className="absolute right-0 top-0 -z-10 transform -translate-y-1/2 scale-90 md:scale-100 md:-translate-y-1/2"
/>
<img
src={BirdParts}
Expand Down

0 comments on commit 6b85ab7

Please sign in to comment.