From 1b98b18d97d564078fb76bd83679ba4c22111ab6 Mon Sep 17 00:00:00 2001 From: WillSimao Date: Sat, 26 Nov 2022 13:10:33 -0300 Subject: [PATCH] feat(TouristAttractionsAutoJs): Altera Tamanhos --- src/styles/partials/result.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/partials/result.scss b/src/styles/partials/result.scss index fcb4030..a6008e1 100644 --- a/src/styles/partials/result.scss +++ b/src/styles/partials/result.scss @@ -199,7 +199,7 @@ .container-cards { .wrapper-ul__cards { .wrapper-cards__li { - width: 544px; + width: 279px; } } } @@ -266,7 +266,7 @@ .container-cards { .wrapper-ul__cards { .wrapper-cards__li { - width: 279px !important; + width: 544px !important; } } }