From 55fc18390edf8ae067b166fa71bf7900d5e39c3e Mon Sep 17 00:00:00 2001 From: WillSimao Date: Thu, 17 Nov 2022 10:16:36 -0300 Subject: [PATCH] feat(TouristAttractions): Alinha a imagem no tamanho do elemento pai --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 83d0414..7505a2b 100644 --- a/style.css +++ b/style.css @@ -55,7 +55,9 @@ .img-result { width: 100%; + height: 100%; border-radius: 8px; + object-fit: cover; } .wrapper-input__text {