We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927a3d0 commit 58a7ca5Copy full SHA for 58a7ca5
src/features/pages/home/cta/index.tsx
@@ -34,8 +34,8 @@ const CTA = () => {
34
const { is_eu } = useRegion()
35
return (
36
<Footer.CTABlock padding image={is_eu ? EUImage : RowImage}>
37
- <div className="flex h-full flex-col items-start justify-center gap-gap-3xl">
38
- <Heading.H2 className="text-solid-slate-50">
+ <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]">
39
<Localize translate_text="_t_Join over 2.5 million online traders_t_" />
40
</Heading.H2>
41
<div className="hidden lg:block">
0 commit comments