Skip to content

Commit

Permalink
Fix CSS in the home CTA button for Safari browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
thesocialdev committed Feb 16, 2024
1 parent 2201e7a commit 1a2823e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Home/CTASection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const CTASection = () => {
alignItems: "center",
width: " 100%",
padding: "0 20px",
whiteSpace: "normal",
fontSize: vw?.md && !vw?.sm ? "12px" : "14px",
}}
>
Expand Down

0 comments on commit 1a2823e

Please sign in to comment.