This commit is contained in:
2026-07-11 16:32:15 +02:00
parent c4331091ae
commit 4fc31b2008
+1 -1
View File
@@ -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:hover { background:rgba(255,255,255,0.25); }
.header-links a + a { margin-left:10px; } .header-links a + a { margin-left:10px; }
.gallery { display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:12px; margin-top:16px; } .gallery { display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:12px; margin-top:16px; }
.gallery img { width:100%; height:150px; object-fit:cover; border-radius:8px; cursor:pointer; display:block; transition:all 0.3s ease; border:2px solid transparent; } .gallery img { width:100%; height:150px; 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; } .gallery img:hover { transform:scale(1.04); box-shadow:0 4px 12px rgba(139,18,18,0.15); border-color:#dc2626; }