diff options
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%; } + |