Skip to content

Commit 888b973

Browse files
fix(pages/learn): add spacing beneath the hero on mobile
1 parent e2556af commit 888b973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const LearnPage = ({ data }: PageProps<Queries.LearnPageQuery, Context>) => {
196196
w="full"
197197
mb={16}
198198
mx="auto"
199-
pt={{ lg: 16 }}
199+
pt={{ base: "10", lg: "16" }}
200200
dir={isRightToLeft ? "rtl" : "ltr"}
201201
>
202202
<Show above={lgBp}>

0 commit comments

Comments
 (0)