Skip to content

Commit

Permalink
fix: get in touch border (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
olekbaran authored Nov 1, 2024
1 parent 8393722 commit 55b5cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/get-in-touch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function GetInTouch() {
</Link>
<Link
href={routes.contact.pathname}
className="h-12 w-full -rotate-3 scale-110 transform-gpu border-2 border-gray md:h-[5.75rem] md:scale-105"
className="h-[2.875rem] w-full -rotate-3 scale-110 transform-gpu border border-gray md:h-[5.625rem] md:scale-105"
>
<DuctTape>
<DuctTapeContent />
Expand Down

0 comments on commit 55b5cac

Please sign in to comment.