feat(TouristAttractions): Alinha a imagem no tamanho do elemento pai

This commit is contained in:
William Simão Cavalcante 2022-11-17 10:16:36 -03:00
parent be5e962c53
commit 55fc18390e

View File

@ -55,7 +55,9 @@
.img-result { .img-result {
width: 100%; width: 100%;
height: 100%;
border-radius: 8px; border-radius: 8px;
object-fit: cover;
} }
.wrapper-input__text { .wrapper-input__text {