Skip to content
Snippets Groups Projects
Commit 07df3f3a authored by Francesco's avatar Francesco
Browse files

PNG to SVGs

parent 1fa4ce93
No related branches found
No related tags found
1 merge request!60New component to search senior (see #12). Enhance responsiveness and solve #10 and #11
Pipeline #12682 failed
......@@ -22,7 +22,7 @@ themeResp = responsiveFontSizes(themeResp);
const useStyles = makeStyles(() => ({
root: {
minHeight: '100vh',
backgroundImage: `url(${'/assets/bg3.png'})`,
backgroundImage: `url(${'/assets/bgBIG.svg'})`,
backgroundRepeat: 'no-repeat',
backgroundSize: 'cover',
},
......
......@@ -25,7 +25,7 @@ themeResp = responsiveFontSizes(themeResp);
const useStyles = makeStyles(() => ({
root: {
minHeight: '36vh',
backgroundImage: `url(${'/assets/bg7.png'})`,
backgroundImage: `url(${'/assets/bgMED.svg'})`,
backgroundRepeat: 'no-repeat',
backgroundSize: 'cover',
},
......
......@@ -3,7 +3,7 @@ import { makeStyles } from '@material-ui/core/styles';
export const useStyles = makeStyles(() => ({
root: {
minHeight: '36vh',
backgroundImage: `url(${'/assets/bg7.png'})`,
backgroundImage: `url(${'/assets/bgMED.svg'})`,
backgroundRepeat: 'no-repeat',
backgroundSize: 'cover',
},
......
......@@ -21,7 +21,7 @@ themeResp = responsiveFontSizes(themeResp);
const useStyles = makeStyles(() => ({
root: {
minHeight: '100vh',
backgroundImage: `url(${'/assets/bg3.png'})`,
backgroundImage: `url(${'/assets/bgBIG.svg'})`,
backgroundRepeat: 'no-repeat',
backgroundSize: 'cover',
},
......
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