From 2bf151c11dfff8ad3cf06907300359ffff3cd9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Wed, 18 Aug 2021 16:32:04 +0100 Subject: [PATCH] fix: image size --- new-lamassu-admin/src/components/Carousel.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/new-lamassu-admin/src/components/Carousel.js b/new-lamassu-admin/src/components/Carousel.js index 51dc65dd..fcb88ff6 100644 --- a/new-lamassu-admin/src/components/Carousel.js +++ b/new-lamassu-admin/src/components/Carousel.js @@ -10,14 +10,12 @@ const useStyles = makeStyles({ alignItems: 'center', justifyContent: 'center', display: 'flex', - width: 550, - height: 550 + width: 550 }, imgInner: { objectFit: 'cover', objectPosition: 'center', width: 550, - height: 550, marginBottom: 40 } }) @@ -34,7 +32,7 @@ export const Carousel = memo(({ photosData, slidePhoto }) => { style: { backgroundColor: 'transparent', borderRadius: 0, - width: 50 + fontSize: 150 } }} className={classes.slideButtons}