aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 11:28:11 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 11:28:11 +0800
commit18435439a8d1ad5e8554ab3535c52403625b8513 (patch)
treebb6e944f934fca754a7bf4e3a7bd12a264e8c498 /static/style.css
parentstyle.css: Set all immediate children of .padding-wrapper to width: 100%; (diff)
downloadforge-18435439a8d1ad5e8554ab3535c52403625b8513.tar.gz
forge-18435439a8d1ad5e8554ab3535c52403625b8513.tar.zst
forge-18435439a8d1ad5e8554ab3535c52403625b8513.zip
style.css: font-size: 1rem;
Diffstat (limited to '')
-rw-r--r--static/style.css4
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%;
}
+