Desafio 4 M3 Academy #1

Merged
naianfelix merged 11 commits from develop into main 2022-12-19 08:58:14 +00:00
Showing only changes of commit 9ec8471261 - Show all commits

View File

@ -33,6 +33,11 @@
img {
height: 33px;
max-width: 155.58px;
object-fit: cover;
@include mq(xl, min) {
width: 155.58px;
}
@include mq(2xl, min) {
max-width: 382.7px;