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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user