From f38cf805307af6accaa3442e60c612343066c88c Mon Sep 17 00:00:00 2001 From: torbjornbp Date: Mon, 19 Aug 2024 17:52:28 +0200 Subject: [PATCH] font size tweaks --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 8319e4f..4a9dfa1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4,7 +4,7 @@ body { margin: auto; padding: 1em; line-height: 1.4; - font-size: 16px; + font-size: 15px; overflow-y: scroll; } @@ -108,6 +108,6 @@ thead, tfoot, tr:nth-child(even) { background: #eee; } .posts-list { white-space: nowrap; overflow-x: auto; - font-size: 85%; + font-size: 80%; } } \ No newline at end of file