diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 12:50:22 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 12:50:22 -0800 |
| commit | e7f0e40b3563a56a06f5bedd3efd40b750e74521 (patch) | |
| tree | 4ccc3414a89fd9c37ddaa24b7d85bad6797e8612 /frontend | |
| parent | b9c7497fc25d23492fe013a3541b8d4d66c6970c (diff) | |
| download | neko-e7f0e40b3563a56a06f5bedd3efd40b750e74521.tar.gz neko-e7f0e40b3563a56a06f5bedd3efd40b750e74521.tar.bz2 neko-e7f0e40b3563a56a06f5bedd3efd40b750e74521.zip | |
UI: increase max-width to 600px and left-align content (NK-jhludy)
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/App.css | 5 |
1 files changed, 2 insertions, 3 deletions
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 { |
