diff --git a/src/modules/Whitelist/stepAirdrop/Countdown/index.tsx b/src/modules/Whitelist/stepAirdrop/Countdown/index.tsx index 99bb780ae..d7ce292b1 100644 --- a/src/modules/Whitelist/stepAirdrop/Countdown/index.tsx +++ b/src/modules/Whitelist/stepAirdrop/Countdown/index.tsx @@ -55,7 +55,7 @@ const Countdown: React.FC = ({ {ended && Ended} {!ended && ( - {`${showDay ? `${days}d ` : ''}${hours}h:${minutes}m:${seconds}s`} + {`${showDay ? `${days}d : ` : ''}${hours}h : ${minutes}m : ${seconds}s`} )} ); diff --git a/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss b/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss index 900bdd2ed..f104afd19 100644 --- a/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss +++ b/src/modules/landing/Componets/Hero/JoinAllowList/styles.module.scss @@ -11,7 +11,7 @@ bottom: 0; left: 0; @include is-min-table { - padding: 40px 0; + padding: 30px 0; } } @@ -34,11 +34,12 @@ &_time { width: fit-content; + text-transform: uppercase; } } &.isFooter { - padding: 40px 0; + padding: 30px 0; } @include is-min-table {