style(gallery): aumenta as dimensoes da imagem na listagem e forca preenchimento total

This commit is contained in:
VPS 4 Builder
2026-05-25 01:04:10 +02:00
parent 52455af19a
commit 7e4eb14c30
+4 -4
View File
@@ -343,8 +343,8 @@ body {
@media (min-width: 768px) {
.images-grid {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
gap: 24px;
}
}
@@ -1160,8 +1160,8 @@ body {
/* Image preview — altura fixa garantida */
.app-container .image-preview {
height: 200px !important;
min-height: 200px !important;
height: 300px !important;
min-height: 300px !important;
flex-shrink: 0 !important;
background-size: cover !important;
background-position: center !important;