From e7f0e40b3563a56a06f5bedd3efd40b750e74521 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 12:50:22 -0800 Subject: UI: increase max-width to 600px and left-align content (NK-jhludy) --- frontend/src/App.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css index f7c977a..364ac69 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -83,9 +83,8 @@ body { } .dashboard-main>* { - max-width: 35rem; - /* Legacy width */ - margin: 0 auto; + max-width: 600px; + margin: 0; } .logout-btn { -- cgit v1.2.3