From 2b323689a77425d907dfbccbc1efc2001f67edd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 5 Jun 2021 21:23:31 +0200 Subject: [PATCH] Change koute and vwe icons position --- components/teks/teks-drawer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/teks/teks-drawer.js b/components/teks/teks-drawer.js index 91e22c8..d956663 100644 --- a/components/teks/teks-drawer.js +++ b/components/teks/teks-drawer.js @@ -91,7 +91,7 @@ const useStyles = makeStyles(theme => ({ }, koute: { position: 'absolute', - right: '1px', + right: '40px', top: '8px', [theme.breakpoints.up('sm')]: { top: '10px' @@ -99,7 +99,7 @@ const useStyles = makeStyles(theme => ({ }, vwe: { position: 'absolute', - right: '60px', + right: '90px', top: '8px', [theme.breakpoints.up('sm')]: { top: '10px'