]> 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.milan.moritz@googlemail.com>
Sun, 5 Jul 2026 06:50:29 +0000 (06:50 +0000)
commit21db3a01faba07ad080a1a2c105d6bff3f0a60e9
treec09389140b3433d890789f2d9aba04e486c1e95a
parent5dc2b78ea2c320d18d00cedc2e77ec6a69e41f0b
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