diff --git a/site/css/components.css b/site/css/components.css index f9ea23d..e9b0120 100644 --- a/site/css/components.css +++ b/site/css/components.css @@ -3555,18 +3555,21 @@ html[data-theme="bloom"] body { justify-self: center; } -/* Bloom's section heads — also centered for atmosphere. */ +/* Bloom — left-aligned section heads (hero stays centered above). The + atmospheric glow does the centering work — re-centering section heads + reads as a templated AI fingerprint. Tag stays above the title in the + same column (matches slop-test gate 66). */ [data-theme="bloom"] .section__head { grid-template-columns: 1fr; - text-align: center; + text-align: left; border-bottom: 0; padding-bottom: var(--space-md); } [data-theme="bloom"] .section-label { - justify-content: center; + justify-content: flex-start; } [data-theme="bloom"] .section__title { - margin-inline: auto; + margin-inline: 0; max-width: 26ch; } diff --git a/site/css/sections.css b/site/css/sections.css index 1a7d8fc..4355b02 100644 --- a/site/css/sections.css +++ b/site/css/sections.css @@ -1383,7 +1383,6 @@ } [data-theme="newsprint"] .section__head { grid-template-columns: 1fr; - border-top: 3px double var(--color-ink); border-bottom: 1px solid var(--color-ink); padding-block: 0.5rem; align-items: baseline;