ui: Übersichts-Titel als Artikel-Heading mit Unterstrich; Header-Abstände grösser

- Archiv/Library-Titel: .collection-title (Serif, links, 3px-Linie darunter wie
  die Kategorien) statt zentriertem section-header.
- Masthead: padding 0.48rem/2.4px → 0.9rem/0.5rem, Logo↔Menü 0.12→0.45em.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 00:38:56 +02:00
parent fc422c78d0
commit 234ed52fa8
3 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{{ define "main" }}
{{ if eq .Path "/archiv" }}
{{/* Archiv root: Titel + Intro + Atlas (je Kategorie die letzten 10) */}}
<header class="section-header"><h1 class="section-title">{{ .Title }}</h1></header>
<h1 class="collection-title">{{ .Title }}</h1>
{{ .Content }}
<section class="atlas">
{{ range .Sections.ByWeight }}
+1 -1
View File
@@ -1,5 +1,5 @@
{{ define "main" }}
<header class="section-header"><h1 class="section-title">{{ .Title }}</h1></header>
<h1 class="collection-title">{{ .Title }}</h1>
{{ .Content }}
{{ $pages := where site.RegularPages "Section" "library" }}