From ba68b6f7f1670e7b3cc1f4705bb6e3ffd8f2e342 Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 26 Feb 2026 13:39:45 +0100 Subject: [PATCH] 2nd --- public/css/gallery.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/css/gallery.css b/public/css/gallery.css index ecb3e1d..c834fe4 100644 --- a/public/css/gallery.css +++ b/public/css/gallery.css @@ -12,15 +12,15 @@ .gallery-section { display: grid; - grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* leggermente più piccole */ - gap: 6px; /* SPACING RIDOTTO */ - padding: 0 6px; + grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* leggermente più piccole */ + gap: 4px; /* SPACING RIDOTTO */ + padding: 0 4px; } .thumb { width: 100%; aspect-ratio: 1 / 1; - border-radius: 8px; /* più compatto */ + border-radius: 6px; /* più compatto */ overflow: hidden; background: white; box-shadow: 0 1px 3px rgba(0,0,0,0.12); /* più leggero */ @@ -36,11 +36,11 @@ .play-icon { position: absolute; - bottom: 6px; - right: 6px; + bottom: 4px; + right: 4px; background: rgba(0,0,0,0.55); color: white; - padding: 3px 5px; + padding: 2px 4px; border-radius: 4px; - font-size: 12px; + font-size: 11px; }