aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-11 10:31:58 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-11 10:31:58 +0800
commita031ae20c5cab146caea0e92145007822711a4d6 (patch)
tree97c0ccc7d29cf4fc5ec4696699f913335098f35d /static/style.css
parentrepo_tree: Fix panic on empty pathspec (diff)
downloadforge-a031ae20c5cab146caea0e92145007822711a4d6.tar.gz
forge-a031ae20c5cab146caea0e92145007822711a4d6.tar.zst
forge-a031ae20c5cab146caea0e92145007822711a4d6.zip
style.css: Increase max-width
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 3b9d5bd..2c90cd7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -26,7 +26,7 @@ footer a:link, footer a:visited {
}
.padding-wrapper {
margin: 1rem auto;
- max-width: 50em;
+ max-width: 60rem;
padding: 0 1rem;
}
.padding-wrapper > * {