Skip to content

Commit 7fdb5d0

Browse files
committed
fix: style
1 parent 22e84dd commit 7fdb5d0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/app/cloak/Hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const CloakHero = () => {
3939
<Button href={CLOAK_SIGNUP_URL} target="_blank" width="250px" className="my-[8px] md:my-0">
4040
Sign up for demo
4141
</Button>
42-
<Stack direction={["column", "row"]} sx={{ gap: ["1.2rem", "3.2rem"] }}>
42+
<Stack direction={["column", "row"]} sx={{ gap: ["1.2rem", "4.4rem"] }}>
4343
{CLOAK_HERO_LINKS.map(({ key, label, href }) => (
4444
<ScrollLink
4545
key={key}

src/app/cloak/LearnMore/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const LearnMore = () => {
1616
justifyContent: "center",
1717
}}
1818
>
19-
<Button size={isMobile ? "small" : "medium"} whiteButton href={CLOAK_HERO_LINKS[0].href} className="!w-[280px] md:!w-[340px]">
19+
<Button target="_blank" size={isMobile ? "small" : "medium"} whiteButton href={CLOAK_HERO_LINKS[0].href} className="!w-[280px] md:!w-[340px]">
2020
Learn more about Cloak’s design
2121
</Button>
2222
</Container>

src/app/cloak/SeamlessUserExp/SeamlessCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const SeamlessCard = props => {
99
<Stack
1010
sx={{
1111
maxWidth: ["auto", "auto", "34rem"],
12+
pb: [0, 0, "2.4rem"],
1213
alignItems: "center",
1314
...sx,
1415
}}

0 commit comments

Comments
 (0)