Skip to content

Commit

Permalink
Fix(countdown): adjust spacing and increrase z-index of register btn
Browse files Browse the repository at this point in the history
  • Loading branch information
ThulinaWickramasinghe committed Sep 5, 2024
1 parent c747ae0 commit b751066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/2024/src/components/landing/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CountDown } from '.';

const Hero = () => {
return (
<div className="flex flex-col justify-center items-center gap-y-6 lg:gap-y-4 2xl:gap-y-8 min-h-[calc(100lvh-70px)]">
<div className="flex flex-col justify-center items-center gap-y-5 lg:gap-y-4 2xl:gap-y-8 min-h-[calc(100lvh-70px)]">
<Bashaway className="w-[280px] sm:w-[400px] h-[40px] sm:h-[68px] lg:h-[60px] 2xl:h-[70px]" />
<BodyText className="lg:text-center max-w-5xl px-8">
A unique competition that keeps the coders around the island on their toes. Welcome to Bashaway {currentYear},
Expand All @@ -16,7 +16,7 @@ const Hero = () => {
<Button
to={`${registrationLink}`}
target="_blank"
className="mt-1 sm:text-[22px] px-6 py-2 rounded-full tracking-[0.44px]"
className="mt-1 sm:text-[22px] px-6 py-2 rounded-full tracking-[0.44px] z-30"
disabled={!isRegistrationsOpen}>
{isRegistrationsOpen ? 'Register Now' : 'Registration Closed'}
</Button>
Expand Down

0 comments on commit b751066

Please sign in to comment.