This commit is contained in:
2026-07-11 16:39:22 +02:00
parent 5563dfeb68
commit 9fa176d914
+1 -1
View File
@@ -43,7 +43,7 @@ a:hover { color:#991b1b; text-decoration:underline; }
.header-links a + a { margin-left:10px; } .header-links a + a { margin-left:10px; }
.gallery { display:grid; grid-template-columns:repeat(auto-fill,minmax(350px,1fr)); gap:8px; margin-top:8px; } .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 { width:100%; height:250px; 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; }
.modal { position:fixed; inset:0; background:rgba(2,6,23,0.95); display:flex; align-items:center; justify-content:center; z-index:60; backdrop-filter:blur(2px); } .modal { position:fixed; inset:0; background:rgba(2,6,23,0.95); display:flex; align-items:center; justify-content:center; z-index:60; backdrop-filter:blur(2px); }