Wordmark: K/B flukter med firkantens kropp; venstrejustert hero
lint-and-reload / lint (push) Successful in 0s
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:
+9
-3
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user