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

use theme spacing in desktop view

parent 1c1be43b
No related branches found
No related tags found
2 merge requests!19fix type imports,!14Footer, Page layout fix and theme restructure
...@@ -56,24 +56,25 @@ const useMobileStyles = makeStyles((theme) => ({ ...@@ -56,24 +56,25 @@ const useMobileStyles = makeStyles((theme) => ({
const useDesktopStyles = makeStyles((theme) => ({ const useDesktopStyles = makeStyles((theme) => ({
footer: { footer: {
padding: '0.4rem', paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2),
}, },
devteam: { devteam: {
fontSize: '1.8rem', fontSize: '1.7rem',
paddingLeft: '0.6rem', paddingLeft: theme.spacing(1),
}, },
schdesignButton: { schdesignButton: {
paddingTop: '0.5rem', paddingTop: '0.55rem',
}, },
contact: { contact: {
paddingRight: '2rem', marginRight: theme.spacing(3),
}, },
social: { social: {
fontSize: '1.5rem', fontSize: '1.5rem',
margin: '0', margin: '0',
marginRight: '0.3rem', marginRight: theme.spacing(1),
marginTop: '0.2rem', marginTop: theme.spacing(0.5),
marginBottom: '0.2rem', marginBottom: theme.spacing(0.5),
}, },
socialText: { socialText: {
color: theme.palette.secondary.main, color: theme.palette.secondary.main,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment