mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
Two small footer tweaks: · `.foot--colophon` switches `align-items: stretch` → `flex-start` so all three columns top-align. Before, the wordmark was centered vertically inside its column which read as a floating signature; now it sits at the same baseline as the prose's first line. · Inter-column `gap` bumped from `var(--space-2xl)` (4rem) to `var(--space-4xl)` (10rem). The wordmark now has real breathing room from the prose paragraphs on desktop. Mobile stack unaffected. · Explicit `align-self: flex-start` on the mark column belt-and- braces against any later flex `align-self` overrides per theme. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>