Merge pull request 'feat: diminuir o padding para telas menores que 320px' (#21) from feature/responsivo-320 into main

Reviewed-on: #21
This commit is contained in:
Nicolly Vieira Santos Costa 2022-10-11 19:52:41 +00:00
commit e0d1d3ae8c

View File

@ -375,4 +375,15 @@ body {
font-size: 20px;
line-height: 24px;
}
}
@media screen and (max-width: 320px) {
.top-infocard,
.top-cards,
.middle-images,
.bottom-cards,
.bottom-infocard-content {
padding-left: 15px;
padding-right: 15px;
}
}