feat: render release Description blurb on Session, Mix, and Cut detail pages
New shared ReleaseDescription control renders the blurb in a uniform themed block below the hero/header; null/whitespace renders nothing, with no layout artifact.
This commit is contained in:
@@ -579,3 +579,23 @@ h2, h3, h4, h5, h6,
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
RELEASE DESCRIPTION BLURB
|
||||
Shared block rendered just below the hero/header on every release detail page
|
||||
(Session, Mix, Cut). Theme-driven colours keep it legible in both palettes.
|
||||
============================================================================= */
|
||||
|
||||
.deepdrft-release-description {
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
|
||||
.deepdrft-release-description-text {
|
||||
margin: 0;
|
||||
max-width: 60ch;
|
||||
font-family: var(--deepdrft-font-body);
|
||||
font-size: 1.05rem;
|
||||
line-height: 1.7;
|
||||
color: var(--mud-palette-text-primary);
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user