diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 10:31:58 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 10:31:58 +0800 |
commit | a031ae20c5cab146caea0e92145007822711a4d6 (patch) | |
tree | 97c0ccc7d29cf4fc5ec4696699f913335098f35d | |
parent | repo_tree: Fix panic on empty pathspec (diff) | |
download | forge-a031ae20c5cab146caea0e92145007822711a4d6.tar.gz forge-a031ae20c5cab146caea0e92145007822711a4d6.tar.zst forge-a031ae20c5cab146caea0e92145007822711a4d6.zip |
style.css: Increase max-width
-rw-r--r-- | static/style.css | 2 |
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 > * { |