From 4eed29e94814cdb9fbf5f8e5c3a1b1399baa7561 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Tue, 15 Nov 2022 14:06:45 -0800 Subject: [PATCH] themes/clean/css: lower font size a bit --- themes/clean/static/css/clean.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/clean/static/css/clean.css b/themes/clean/static/css/clean.css index 5c06e93..2f1feeb 100644 --- a/themes/clean/static/css/clean.css +++ b/themes/clean/static/css/clean.css @@ -34,7 +34,7 @@ html { body { background-color: var(--terminal-bg); color: var(--terminal-fg); - font-size: 16pt; + font-size: 14pt; margin: 0; } h1, h2, h3, h4, h5, h6 { @@ -87,7 +87,7 @@ nav li { } article, hr, footer { margin: 0 auto; - max-width: 50em; + max-width: 40em; padding: 0; margin-top: 2ex; margin-bottom: 2ex;