Skip to content

Commit 292499c

Browse files
Update site/src/pages/index.js
Signed-off-by: Saurabh Singh <saurabhsraghuvanshi@gmail.com>
1 parent b60dc6b commit 292499c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const SectionLabel = styled.h3`
5050
font-size: 2rem;
5151
font-weight: 500;
5252
color: ${({ theme }) => (theme.mode === "light" ? "#111" : "#fff")}; /* Matched header contrast */
53-
margin: 0 0 12px 0;
53+
margin: 0 0 8px 0;
5454
text-align: center;
5555
`;
5656

0 commit comments

Comments
 (0)