Change koute and vwe icons position

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-06-05 21:23:31 +02:00
parent 0ae38e6292
commit 2b323689a7
+2 -2
View File
@@ -91,7 +91,7 @@ const useStyles = makeStyles(theme => ({
}, },
koute: { koute: {
position: 'absolute', position: 'absolute',
right: '1px', right: '40px',
top: '8px', top: '8px',
[theme.breakpoints.up('sm')]: { [theme.breakpoints.up('sm')]: {
top: '10px' top: '10px'
@@ -99,7 +99,7 @@ const useStyles = makeStyles(theme => ({
}, },
vwe: { vwe: {
position: 'absolute', position: 'absolute',
right: '60px', right: '90px',
top: '8px', top: '8px',
[theme.breakpoints.up('sm')]: { [theme.breakpoints.up('sm')]: {
top: '10px' top: '10px'