CSS: hero h1 used `(100vw - 48px) / 7` on mobile and `-64px / 7` on tablet — the wider gutter assumption left 12-16px of unused white space inside the 16px hero padding. Tightened both to `(100vw - 32px) / 7` so the wordmark spans the actual hero content area. Divisor 7 preserves the safety margin for the wider "Kammergut" wordmark. Compose: dropped the `image: kammergut:0.1.0` field. Older Portainer Compose runtimes (pre-v2.20) ignore `pull_policy: build` and still ran `compose pull` against the image name, hitting "pull access denied". Without an image name there's nothing for compose pull to attempt; build runs during `up`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
591 B
591 B