From 49abc7dab074ea0a1b44cca87836bc39078ab53d Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 1 Sep 2026 22:31:03 +0200 Subject: [PATCH] =?UTF-8?q?Wordmark:=20rett=20opp=20K/B=20mot=20firkanten,?= =?UTF-8?q?=20st=C3=B8rre,=20og=20omorganisert=20hero?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Teksten skalert så toppen av K og bunnen av Bygg flukter med firkantens topp/bunn. Wordmark større (4.4rem). Beskrivelsen flyttet mellom wordmark og spørsmålet via flex-order. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ --- custom.css | 12 ++++++++++++ images/wordmark.svg | 4 ++-- site.yaml | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/custom.css b/custom.css index 0907ba6..c92b4c7 100644 --- a/custom.css +++ b/custom.css @@ -42,6 +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-copy { + display: flex; + flex-direction: column; + align-items: center; + gap: 0.55rem; +} +.hero-copy .wordmark { order: 0; margin-bottom: 0.35rem; } +.hero-copy p { order: 1; margin: 0; } +.hero-copy h1 { order: 2; margin: 0.1rem 0 0; } + /* Body reads as Garamond serif. */ body { font-family: var(--sans); font-size: 1.06rem; } diff --git a/images/wordmark.svg b/images/wordmark.svg index 514b5ac..7f10f45 100644 --- a/images/wordmark.svg +++ b/images/wordmark.svg @@ -1,4 +1,4 @@ - + Klingenberg Bygg @@ -16,7 +16,7 @@ - + diff --git a/site.yaml b/site.yaml index ef0b2d8..0ec6653 100644 --- a/site.yaml +++ b/site.yaml @@ -1,6 +1,6 @@ title: Klingenberg Bygg wordmark: https://prosjekt.klingenbergbygg.no/klingenbergbygg/questions/raw/branch/main/images/wordmark.svg -wordmark_height: 3.4 +wordmark_height: 4.4 lang: no stylesheet: custom.css favicon: images/logo.svg