diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 11:09:08 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 11:09:08 +0800 |
commit | 5223c13a934ecfe77b3634d2230bb368045f1f03 (patch) | |
tree | 6111768933790b539e9b1ffc912137de6c051ec2 /static/style.css | |
parent | repo_tree: Add anchors to entries (diff) | |
download | forge-5223c13a934ecfe77b3634d2230bb368045f1f03.tar.gz forge-5223c13a934ecfe77b3634d2230bb368045f1f03.tar.zst forge-5223c13a934ecfe77b3634d2230bb368045f1f03.zip |
style.css: Set all immediate children of .padding-wrapper to width: 100%;
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 461286a..02fa79c 100644 --- a/static/style.css +++ b/static/style.css @@ -7,7 +7,6 @@ html { max-width: 50em; margin: 0 auto; } - -#readme, #file-tree { +.padding-wrapper > * { width: 100%; } |