gallery image adjustments

This commit is contained in:
Henrique Santos Santana 2022-10-12 17:24:09 -03:00
parent 6b31494e30
commit da409d518d

View File

@ -162,8 +162,12 @@ h6,
.gallery-image,
.gallery-image img {
width: 100%;
height: 100%;
}
.gallery-image-2 {
order: -1;
}
.gallery-image-3 {
grid-column: 1/2 span;
@ -368,6 +372,10 @@ h6,
min-height: 530px;
}
.gallery-image-2{
order: 0;
}
.gallery-image-3 {
grid-column: auto;
}