From 7e4eb14c30697b7015aefae7d319af4f7a6430c0 Mon Sep 17 00:00:00 2001 From: VPS 4 Builder Date: Mon, 25 May 2026 01:04:10 +0200 Subject: [PATCH] style(gallery): aumenta as dimensoes da imagem na listagem e forca preenchimento total --- dental-server/public/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dental-server/public/style.css b/dental-server/public/style.css index 634f2ab..abb4778 100644 --- a/dental-server/public/style.css +++ b/dental-server/public/style.css @@ -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;