diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 08:30:39 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 08:37:23 +0800 |
commit | c339ab02c2db423125f6b3c1a19606cd5a4c793e (patch) | |
tree | 5e5a95a6a1f3f72847b89554b5d3951fde5b3af1 /static/style.css | |
parent | repo_index: Only display first four characters of os_mode (diff) | |
download | forge-c339ab02c2db423125f6b3c1a19606cd5a4c793e.tar.gz forge-c339ab02c2db423125f6b3c1a19606cd5a4c793e.tar.zst forge-c339ab02c2db423125f6b3c1a19606cd5a4c793e.zip |
reop_index.html, style.css: padding-wrapper
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 533cee1..461286a 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,13 @@ -.commit-id { - font-family: monospace; +html { + font-family: sans-serif; +} + +.padding-wrapper { + padding: 0 1rem; + max-width: 50em; + margin: 0 auto; +} + +#readme, #file-tree { + width: 100%; } |