Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 89253b2

Browse files
committed
page layout update
1 parent 5300acb commit 89253b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ const Page = ({ children, title }) => {
1616
<Container maxWidth='lg'>
1717
<Box marginTop={8} marginBottom={0}>
1818
<Grid container spacing={4}>
19-
<Grid item lg={3}>
19+
<Grid item lg={12}>
2020
<Box marginTop={0} marginBottom={0}>
2121
<Typography variant='h1' color='primary'>{title}</Typography>
2222
</Box>
2323
</Grid>
24-
<Grid item lg={9}>
24+
<Grid item lg={12}>
2525
<Box marginTop={1} marginBottom={0}>
2626
{children}
2727
</Box>

src/themes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const theme = extendDefaultTheme({
107107
fontDisplay: 'swap',
108108
googleFontsURL: 'https://fonts.googleapis.com/css?family=Chivo:300,400,700',
109109
h1: {
110-
fontSize: 2,
110+
fontSize: 3,
111111
fontWeight: 300,
112112
lineHeight: 1.1,
113113
letterSpacing: -0.1,

0 commit comments

Comments
 (0)