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) => ({
const useDesktopStyles = makeStyles((theme) => ({
footer: {
padding: '0.4rem',
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2),
},
devteam: {
fontSize: '1.8rem',
paddingLeft: '0.6rem',
fontSize: '1.7rem',
paddingLeft: theme.spacing(1),
},
schdesignButton: {
paddingTop: '0.5rem',
paddingTop: '0.55rem',
},
contact: {
paddingRight: '2rem',
marginRight: theme.spacing(3),
},
social: {
fontSize: '1.5rem',
margin: '0',
marginRight: '0.3rem',
marginTop: '0.2rem',
marginBottom: '0.2rem',
marginRight: theme.spacing(1),
marginTop: theme.spacing(0.5),
marginBottom: theme.spacing(0.5),
},
socialText: {
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