From c97264983616c341f0498e0491faa4b63cdf1ecc Mon Sep 17 00:00:00 2001 From: Nicolly Vieira Date: Fri, 6 Jan 2023 11:06:02 -0300 Subject: [PATCH] feat(FooterBootom): Deixa o tamanho fixo para as imagens do FooterBottom --- .../components/FooterBottom/FooterBottom.module.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desafio-react-typescript/src/components/Footer/components/FooterBottom/FooterBottom.module.scss b/desafio-react-typescript/src/components/Footer/components/FooterBottom/FooterBottom.module.scss index 9274516..47d1aef 100644 --- a/desafio-react-typescript/src/components/Footer/components/FooterBottom/FooterBottom.module.scss +++ b/desafio-react-typescript/src/components/Footer/components/FooterBottom/FooterBottom.module.scss @@ -156,18 +156,18 @@ } &__vtex { - width: 19.83%; + // width: 19.83%; @include mq($xl, min) { - width: 20.84%; + width: 84.22px; } } &__m3 { - width: 12.6489%; + // width: 12.6489%; @include mq($xl, min) { - width: 13.6%; + width: 54.95px; } } } -- 2.34.1