Skip to content

Commit 7ee19ac

Browse files
fix(HubHero): fix RTL position of content container
1 parent a066d37 commit 7ee19ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Hero/HubHero/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ const HubHero = ({
4444
borderRadius={{ xl: "base" }}
4545
bg={{ xl: "hubHeroContentBg" }}
4646
position={{ xl: "absolute" }}
47-
insetInlineStart={{ xl: "8" }}
4847
maxW={{ xl: "sm" }}
4948
top={{ xl: "50%" }}
5049
transform={{ xl: "translateY(-50%)" }}
5150
backdropFilter={{ xl: "auto" }}
5251
backdropBlur={{ xl: "base" }}
5352
wordBreak="break-word"
53+
sx={{
54+
"inset-inline-start": { xl: "32px" },
55+
}}
5456
>
5557
{title ? (
5658
<Text

0 commit comments

Comments
 (0)