From 5563dfeb68e86fbbf87f1a7cd13fc10238367842 Mon Sep 17 00:00:00 2001 From: organic-CPU Date: Sat, 11 Jul 2026 16:38:41 +0200 Subject: [PATCH] test --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index e11cd43..eb21846 100644 --- a/styles.css +++ b/styles.css @@ -42,7 +42,7 @@ a:hover { color:#991b1b; text-decoration:underline; } .header-links a:hover { background:rgba(255,255,255,0.25); } .header-links a + a { margin-left:10px; } -.gallery { display:grid; grid-template-columns:repeat(auto-fill,minmax(350px,1fr)); gap:12px; margin-top:12px; } +.gallery { display:grid; grid-template-columns:repeat(auto-fill,minmax(350px,1fr)); gap:8px; margin-top:8px; } .gallery img { width:100%; height:350px; object-fit:cover; border-radius:8px; cursor:pointer; display:block; transition:all 0.3s ease; border:2px solid transparent; } .gallery img:hover { transform:scale(1.04); box-shadow:0 4px 12px rgba(139,18,18,0.15); border-color:#dc2626; }