Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Revert "Aswathy/WEBREL-1907/Allign hero block correctly" (#6837)
Browse files Browse the repository at this point in the history
  • Loading branch information
habib-deriv authored Jan 22, 2024
1 parent 84dfa8b commit 57ff461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/pages/home/cta/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const CTA = () => {
const { is_eu } = useRegion()
return (
<Footer.CTABlock padding image={is_eu ? EUImage : RowImage}>
<div className="flex h-full flex-col items-start gap-gap-3xl lg:justify-center justify-end">
<Heading.H2 className="text-solid-slate-50 sm:max-w-[320px] max-w-[260px] xl:max-w-[480px]">
<div className="flex h-full flex-col items-start justify-center gap-gap-3xl">
<Heading.H2 className="text-solid-slate-50">
<Localize translate_text="_t_Join over 2.5 million online traders_t_" />
</Heading.H2>
<div className="hidden lg:block">
Expand Down

0 comments on commit 57ff461

Please sign in to comment.