Tweak font sizing for larger screens

This commit is contained in:
Mitchell McCaffrey 2020-04-09 23:45:39 +10:00
parent e42b3119ef
commit b35cfb2795
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ function FAQ() {
}}
my={2}
>
<Text my={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
<Text mb={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
Frequently Asked Questions
</Text>
<Text my={1} variant="heading" as="h2" sx={{ fontSize: 3 }}>
@ -51,7 +51,7 @@ function FAQ() {
<Text my={1} variant="heading" as="h3">
Browser not supported for audio sharing.
</Text>
<Text variant="body2" as="p">
<Text mb={2} variant="body2" as="p">
Using audio sharing relies on the browser supporting the audio capture
feature of the Screen Capture API. Currently the two browsers that
support this are Google Chrome and Microsoft Edge. To see if your

View File

@ -20,7 +20,7 @@ export default {
fontSizes: [12, 14, 16, 20, 24, 32, 48, 64, 72],
fontWeights: {
caption: 200,
body: 300,
body: 400,
heading: 400,
display: 400,
},
@ -46,7 +46,7 @@ export default {
caption: {
fontFamily: "body2",
fontWeight: "caption",
fontSize: 10,
fontSize: 0,
color: "gray",
},
body2: {