]> juplo.de Git - website/commit
Footer: Layout-Links und Rechtliches als eigene benannte Sections
authorKai Moritz <kai.milan.moritz@googlemail.com>
Sun, 5 Jul 2026 06:50:29 +0000 (06:50 +0000)
committerKai Moritz <kai@juplo.de>
Sun, 12 Jul 2026 10:27:24 +0000 (12:27 +0200)
commit752ca7459d765a8225264d55ae2e2b3fb0f6f361
tree47b8dbd4cae2821a2ae6850448ed3c7b0f4b735d
parent6c7c4c0ee859eaf19c446ff60aa3ed0651cf74c0
Footer: Layout-Links und Rechtliches als eigene benannte Sections

Statt eines einzelnen unbenannten Footers mit allen Links gibt es jetzt
zwei benannte Sections — "Layouts" und "Rechtliches" —, die im Layout
"None" (kein CSS) als eigene Bereiche mit Überschriften sichtbar sind.

Im Classic-Layout bleibt die Darstellung pixel-identisch:
- Beide Sections erhalten `display: contents`, sodass ihre Kinder direkt
  im Footer-Kontext floaten wie bisher.
- `#layout-switcher` bekommt explizit `@include bpreplay` und `float: left`
  (Phone) bzw. `margin-left: 2em` (Tablet .menu), um die alten Float-
  Positionen und den BPreplay-Font exakt zu replizieren.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
public/css/screen.css
public/css/screen.css.map
src/layouts/BaseLayout.astro
src/styles/base/footer.scss
src/styles/phone/footer.scss
src/styles/tablet/footer.scss