aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 11:09:08 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 11:09:08 +0800
commit5223c13a934ecfe77b3634d2230bb368045f1f03 (patch)
tree6111768933790b539e9b1ffc912137de6c051ec2 /static/style.css
parentrepo_tree: Add anchors to entries (diff)
downloadforge-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 '')
-rw-r--r--static/style.css3
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%;
}