Skip to content

Commit

Permalink
[Update] Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDiniz committed Apr 7, 2024
1 parent 92a64d3 commit ce7dc9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/sections/Contact.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ const ContactSection: React.FC = () => {
src={BirdParts}
className="absolute right-0 top-0 z-50 flex w-full max-w-5xl -translate-y-[42.5%] xl:right-10 2xl:right-52"
/>
{/* absolute inset-x-0 z-10 ml-0 px-4 pt-10 sm:pt-16 md:mx-32 md:px-8 md:pt-20 lg:px-12 lg:pt-32 xl:pt-32 */}
<div className="absolute inset-x-0 z-10 ml-0 px-4 pt-10 sm:pt-16 md:mx-32 md:px-8 md:pt-20 lg:px-12 lg:pt-32 xl:pt-32">
<div className="absolute inset-x-0 z-10 ml-0 px-4 pt-10 sm:px-8 sm:pt-16 md:mx-10 md:pt-20 lg:mx-20 lg:px-12 lg:pt-32 xl:mx-32 xl:pt-32">
<div className="contact-info mb-2 text-center sm:mb-4 sm:text-left md:mb-6 lg:mb-12">
<h2
id="contact-anchor"
Expand All @@ -48,7 +47,7 @@ const ContactSection: React.FC = () => {
analyticsEvent="subscribe_button_click"
className="relative block h-16 w-fit rounded-r-lg bg-gradient-to-b from-tbrand to-tbrand-hover font-medium before:absolute before:inset-0 before:bg-white before:opacity-0 before:transition before:duration-300 before:hover:opacity-10 sm:mx-0"
>
<span className="whitespace-nowrap text-2xl font-medium">
<span className="whitespace-nowrap text-base font-medium md:text-2xl">
Sign up for our newsletter!
</span>
</Button>
Expand Down

0 comments on commit ce7dc9d

Please sign in to comment.