Adjusted margins in about and faq

This commit is contained in:
Mitchell McCaffrey 2020-04-14 22:38:43 +10:00
parent de5eb6bed6
commit da07367b1e
2 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@ function About() {
<Flex <Flex
sx={{ sx={{
flexDirection: "column", flexDirection: "column",
maxWidth: "300px", maxWidth: "350px",
flexGrow: 1, flexGrow: 1,
}} }}
mb={2} m={4}
> >
<Text my={2} variant="heading" as="h1" sx={{ fontSize: 5 }}> <Text my={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
About ʕʔ About ʕʔ

View File

@ -21,7 +21,7 @@ function FAQ() {
maxWidth: "500px", maxWidth: "500px",
flexGrow: 1, flexGrow: 1,
}} }}
my={2} m={4}
> >
<Text mb={2} variant="heading" as="h1" sx={{ fontSize: 5 }}> <Text mb={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
Frequently Asked Questions Frequently Asked Questions