Adjusted margins in about and faq
This commit is contained in:
parent
de5eb6bed6
commit
da07367b1e
@ -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 ʕ•ᴥ•ʔ
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user