aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 12:50:22 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 12:50:22 -0800
commite7f0e40b3563a56a06f5bedd3efd40b750e74521 (patch)
tree4ccc3414a89fd9c37ddaa24b7d85bad6797e8612 /frontend/src
parentb9c7497fc25d23492fe013a3541b8d4d66c6970c (diff)
downloadneko-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/src')
-rw-r--r--frontend/src/App.css5
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 {