Skip to content
Snippets Groups Projects
Commit 7743172a authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

better font size for contact

parent 983414f8
No related branches found
No related tags found
2 merge requests!19fix type imports,!14Footer, Page layout fix and theme restructure
......@@ -19,7 +19,7 @@ const useMobileStyles = makeStyles((theme) => ({
},
contactText: {
color: theme.palette.primary.contrastText,
fontSize: '1.8rem',
fontSize: '1.7rem',
fontWeight: 500,
marginBottom: theme.spacing(1),
marginTop: theme.spacing(1),
......@@ -59,6 +59,9 @@ const useDesktopStyles = makeStyles((theme) => ({
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2),
},
contactText: {
fontSize: '1.8rem',
},
devteam: {
fontSize: '1.7rem',
paddingLeft: theme.spacing(1),
......@@ -179,7 +182,7 @@ const Footer: React.FC = () => {
alignItems="flex-start"
className={dClasses.contact}
>
<Typography align="center" className={mClasses.contactText}>
<Typography align="center" className={`${mClasses.contactText} ${dClasses.contactText}`}>
Kapcsolat
</Typography>
<Box display="flex" flexDirection="column" alignItems="flex-start">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment