Wordmark: K/B flukter med firkantens kropp; venstrejustert hero
lint-and-reload / lint (push) Successful in 0s

Firkanten skalert til bokstavkroppen (K-topp = firkant-topp, B-grunnlinje
= firkant-bunn, med hengende g-underlengder). Hele heroen venstrejustert.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ
This commit is contained in:
bl
2026-09-01 22:36:44 +02:00
co-authored by Claude Fable 5
parent 49abc7dab0
commit d49a939e20
2 changed files with 12 additions and 6 deletions
+9 -3
View File
@@ -42,12 +42,18 @@ h1, h2, h3 {
}
.hero-copy h1 { font-size: 2.6rem; }
/* Hero stack: wordmark, then the tagline description, then the big
question - the description reordered to sit between them. */
/* Hero stack, left-aligned: wordmark, then the tagline description,
then the big question - the description reordered to sit between
them. */
.hero {
align-items: flex-start;
text-align: left;
}
.hero-copy {
display: flex;
flex-direction: column;
align-items: center;
align-items: flex-start;
text-align: left;
gap: 0.55rem;
}
.hero-copy .wordmark { order: 0; margin-bottom: 0.35rem; }