From 02fc5995dbcf346081f027b6f550f8c018d539c9 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Wed, 29 Apr 2026 21:01:36 +0200 Subject: [PATCH] feat: increase main layout max-width to enhance content display Co-authored-by: Copilot --- frontend/app/static/style.css | 2 +- frontend/app/templates/base.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/app/static/style.css b/frontend/app/static/style.css index 32142f4..1554294 100644 --- a/frontend/app/static/style.css +++ b/frontend/app/static/style.css @@ -139,7 +139,7 @@ nav { /* ─── Main layout ──────────────────────────────────────── */ main { - max-width: 800px; + max-width: 1200px; margin: 2rem auto; padding: 0 1rem; } diff --git a/frontend/app/templates/base.html b/frontend/app/templates/base.html index bea6c51..caefd56 100644 --- a/frontend/app/templates/base.html +++ b/frontend/app/templates/base.html @@ -8,6 +8,7 @@ rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" /> +