small improvements

This commit is contained in:
2026-06-19 03:02:33 +02:00
parent 5b031095fa
commit fa5e52f185
6 changed files with 34 additions and 8 deletions
+14
View File
@@ -199,6 +199,20 @@ body > header {
justify-content: flex-end;
}
/* ── Album card hover ─────────────────────────────────── */
section.galleries .card figure {
overflow: hidden;
}
section.galleries .card img {
transition: transform 0.6s ease-in-out;
}
section.galleries .card img:hover {
transform: scale(1.06);
}
/* ── Album card text ──────────────────────────────────── */
.card > div > h2 {