From 4658b9261fe3e1beeefa0ba2bc650a23eed35760 Mon Sep 17 00:00:00 2001 From: Samuel Amar Date: Wed, 2 Sep 2026 15:32:15 +0200 Subject: [PATCH] Cleared width limit --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index c54b1ab..fa842bc 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -41,7 +41,7 @@ a { color: var(--series-1); text-decoration: none; } .sidebar .whoami { color: var(--muted); font-size: 12px; padding: 0 10px 8px; } /* ---- main ---- */ -.main { flex: 1; padding: 28px 32px; max-width: 1200px; } +.main { flex: 1; padding: 28px 32px } h1 { font-size: 20px; margin: 0 0 20px; } h2 { font-size: 15px; margin: 0 0 12px; color: var(--ink-2); font-weight: 600; }