Desktop JETZT: world-top max-width 860px zentriert

Greeting-Karte + Wetter/Route/Übung-Chips stretchen nicht mehr auf volle
Desktopbreite. Chips sind je ~280px breit — deutlich kompakter als vorher.
components.css ?v=1010, SW by-v1013, APP_VER 1013
This commit is contained in:
rene 2026-05-16 09:36:28 +02:00
parent f36bac7ded
commit 9816075c7e
5 changed files with 11 additions and 4 deletions

View file

@ -410,7 +410,7 @@ async def serve_media(path: str, request: _Request):
raise _HE(404, "Nicht gefunden.")
return _media_response(filepath)
APP_VER = "1012" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "1013" # muss mit APP_VER in app.js übereinstimmen
@app.get("/.well-known/assetlinks.json")
async def assetlinks():