Skip to content

Commit 8f62875

Browse files
committed
set same y spacing on h1
1 parent 005bc9d commit 8f62875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const H1 = (props: HeadingProps) => (
9898
{...baseHeadingStyle}
9999
fontSize={{ base: "2rem", md: "2.5rem" }}
100100
mt={{ base: 0, md: 8 }}
101-
mb={{ base: 4, md: 8 }}
101+
mb="8"
102102
{...props}
103103
/>
104104
)

0 commit comments

Comments
 (0)