style(gallery): aumenta as dimensoes da imagem na listagem e forca preenchimento total
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user