Merge pull request 'gallery image adjustments' (#17) from develop into main

Reviewed-on: #17
This commit is contained in:
Henrique Santos Santana 2022-10-12 20:43:33 +00:00
commit b3cdff751f

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;
}