Skip to content

Commit

Permalink
desktop styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xscottxbrownx committed Nov 19, 2023
1 parent 408bbc6 commit 1b57dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Home = () => {
</Typography>
) : (
<Typography component="h1" color="primary">
<Stack direction="column" justifyContent="center" alignItems="center" spacing={4}>
<Stack justifyContent="center" alignItems="center" spacing={4} mb={18}>
<Stack
component="span"
direction="row"
Expand All @@ -67,7 +67,7 @@ const Home = () => {
{punctuation}
</Typography>
</Stack>
<Typography variant="h3" component="span" fontWeight="600" mb={18}>
<Typography variant="h3" component="span" fontWeight="600">
{subheading}
</Typography>
</Stack>
Expand Down

0 comments on commit 1b57dd9

Please sign in to comment.