Adjusted margins in about and faq
This commit is contained in:
parent
de5eb6bed6
commit
da07367b1e
@ -16,10 +16,10 @@ function About() {
|
||||
<Flex
|
||||
sx={{
|
||||
flexDirection: "column",
|
||||
maxWidth: "300px",
|
||||
maxWidth: "350px",
|
||||
flexGrow: 1,
|
||||
}}
|
||||
mb={2}
|
||||
m={4}
|
||||
>
|
||||
<Text my={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
|
||||
About ʕ•ᴥ•ʔ
|
||||
|
@ -21,7 +21,7 @@ function FAQ() {
|
||||
maxWidth: "500px",
|
||||
flexGrow: 1,
|
||||
}}
|
||||
my={2}
|
||||
m={4}
|
||||
>
|
||||
<Text mb={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
|
||||
Frequently Asked Questions
|
||||
|
Loading…
Reference in New Issue
Block a user