Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 58d3c73

Browse files
committed
fix (styles): reduces the size of text in header tongue
1 parent c02e7b6 commit 58d3c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/organisms/Header/HeaderTongue.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const useStyles = makeStyles((theme: Theme) => ({
1616
backgroundColor: colors.primary,
1717
display: 'flex',
1818
justifyContent: 'center',
19-
padding: theme.spacing(2, 0),
2019
width: '100%',
2120
},
2221
textContent: {
@@ -35,7 +34,8 @@ const useStyles = makeStyles((theme: Theme) => ({
3534
},
3635
},
3736
titleContent: {
38-
marginBottom: theme.spacing(2),
37+
marginBottom: theme.spacing(1),
38+
fontSize: theme.spacing(5)
3939
},
4040
tongueImg: {
4141
width: '100%',

0 commit comments

Comments
 (0)