Skip to content

Commit 0733c64

Browse files
committed
add extra margin in main header
1 parent ab255bf commit 0733c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/developers/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const Subtitle = ({
5353
)
5454

5555
const MonoSubtitle = (props: ChildOnlyProp) => (
56-
<h2 className="mb-0 mt-6" {...props} />
56+
<h2 className="mb-0 mt-12" {...props} />
5757
)
5858

5959
const H2 = (props: ChildOnlyProp) => <h2 className="mb-8 mt-12" {...props} />

0 commit comments

Comments
 (0)