small improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user