b52a79bbab6b59e42878784198b9e89ef9534a41
Bootstrap-3 caps slide images with `max-width: 100%` only; if the natural image is narrower than the viewport, the slide stops short of the column edge. The macro was downscaling to 1920 px, which made the hero shrink on >1920 px screens. Match live's behaviour by serving the raw source image (5345 / 5621 px wide) without resize — the source images are intentionally oversized for this reason. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Praxis am Lienhardplatz — Static Site
Static rebuild of the practice website, replacing the previous Grav 1.4.3 installation.
Build
zola build # production build → ./public/
zola serve # dev server with auto-reload → http://127.0.0.1:1111
Deploy (staging)
zola build
rsync -av --delete public/ mycelium:public/praxis/
Staging URL: https://preview.praxis-am-lienhardplatz.de
Layout
content/— Markdown pagestemplates/— Tera templatesstatic/— verbatim assets (JS, CSS, fonts, images)sass/— SCSS sources (compiled by Zola)docs/specs/— design specsdocs/plans/— implementation plans
Description
Languages
CSS
54.8%
HTML
22.1%
JavaScript
21.9%
Shell
1.2%