Skip to content

Commit 58a7ca5

Browse files
fix: alignment issue for the hero block (binary-com#6814)
1 parent 927a3d0 commit 58a7ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/pages/home/cta/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ const CTA = () => {
3434
const { is_eu } = useRegion()
3535
return (
3636
<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">
37+
<div className="flex h-full flex-col items-start gap-gap-3xl lg:justify-center justify-end">
38+
<Heading.H2 className="text-solid-slate-50 sm:max-w-[320px] max-w-[260px] xl:max-w-[480px]">
3939
<Localize translate_text="_t_Join over 2.5 million online traders_t_" />
4040
</Heading.H2>
4141
<div className="hidden lg:block">

0 commit comments

Comments
 (0)