add galery css para mob

This commit is contained in:
Marcela Mathias 2022-10-13 20:12:50 -03:00
parent dfe4c537ed
commit 26ab244f29

View File

@ -197,4 +197,18 @@ small {
max-width: 76px;
min-height: auto;
}
.gallery {
flex-wrap: wrap;
}
.gallery .gallery-img {
flex: 0 1 calc(50% - 10px);
margin: 0;
}
.gallery .gallery-img:first-of-type {
margin-right: 20px;
}
.gallery .gallery-img:last-of-type {
flex: 1 1 100%;
margin-top: 20px;
}
}