diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 11:28:11 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 11:28:11 +0800 |
commit | 18435439a8d1ad5e8554ab3535c52403625b8513 (patch) | |
tree | bb6e944f934fca754a7bf4e3a7bd12a264e8c498 /static | |
parent | style.css: Set all immediate children of .padding-wrapper to width: 100%; (diff) | |
download | forge-18435439a8d1ad5e8554ab3535c52403625b8513.tar.gz forge-18435439a8d1ad5e8554ab3535c52403625b8513.tar.zst forge-18435439a8d1ad5e8554ab3535c52403625b8513.zip |
style.css: font-size: 1rem;
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 02fa79c..0ac7c32 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,9 @@ html { font-family: sans-serif; } +html, code, pre { + font-size: 1rem; +} .padding-wrapper { padding: 0 1rem; @@ -10,3 +13,4 @@ html { .padding-wrapper > * { width: 100%; } + |