Style album card text to match site aesthetic

Lighter title weight, small-caps uppercase photo count with letter-spacing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
yvierkoetter
2026-06-18 23:11:00 +02:00
parent 6a445bf1b4
commit 7caadb048a
+14
View File
@@ -175,6 +175,20 @@ section.hero {
opacity: 0.45;
}
/* ── Album card text ──────────────────────────────────── */
.card > div > h2 {
font-weight: 400;
font-size: 0.9375rem;
letter-spacing: 0.06em;
}
.card > div > p {
font-size: 0.6875rem;
letter-spacing: 0.15em;
text-transform: uppercase;
}
/* ── Albums divider ───────────────────────────────────── */
.home-divider {