Skip to content

Commit 6a05465

Browse files
committed
do not centerlize the text on the sub title
1 parent c2a11df commit 6a05465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const IndexPage: React.FC<PageProps> = () => {
5959
<Heading level="1" margin="none" fill>
6060
GitHub Actions for browsers
6161
</Heading>
62-
<Paragraph textAlign="center" fill>
62+
<Paragraph fill>
6363
Browser development tools for GitHub Actions workflows.
6464
</Paragraph>
6565
</Box>

0 commit comments

Comments
 (0)