Skip to content

Commit

Permalink
Danilo's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Mar 18, 2024
1 parent deb1d21 commit 005e70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ export default function Hero() {
>
<Stack spacing={2} useFlexGap sx={{ width: { xs: '100%', sm: '70%' } }}>
<Typography
component="h1"
variant="h1"
sx={{
display: 'flex',
flexDirection: { xs: 'column', md: 'row' },
alignSelf: 'center',
textAlign: 'center',
fontSize: 'clamp(3rem, 10vw, 4rem)',
fontSize: 'clamp(3.5rem, 10vw, 4rem)',
}}
>
Our latest&nbsp;
Expand All @@ -57,7 +56,6 @@ export default function Hero() {
</Typography>
</Typography>
<Typography
variant="body1"
textAlign="center"
color="text.secondary"
sx={{ alignSelf: 'center', width: { sm: '100%', md: '80%' } }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ export default function Hero() {
>
<Stack spacing={2} useFlexGap sx={{ width: { xs: '100%', sm: '70%' } }}>
<Typography
component="h1"
variant="h1"
sx={{
display: 'flex',
flexDirection: { xs: 'column', md: 'row' },
alignSelf: 'center',
textAlign: 'center',
fontSize: 'clamp(3rem, 10vw, 4rem)',
fontSize: 'clamp(3.5rem, 10vw, 4rem)',
}}
>
Our latest&nbsp;
Expand All @@ -57,7 +56,6 @@ export default function Hero() {
</Typography>
</Typography>
<Typography
variant="body1"
textAlign="center"
color="text.secondary"
sx={{ alignSelf: 'center', width: { sm: '100%', md: '80%' } }}
Expand Down

0 comments on commit 005e70b

Please sign in to comment.