From 40505c40f41e2c1747d9cabe9d2f0181e66d4f60 Mon Sep 17 00:00:00 2001 From: Eorn Date: Thu, 16 Apr 2020 10:47:35 +0200 Subject: [PATCH] smaller font when on phone --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 52316aa..64de9fb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -417,6 +417,7 @@ figure img { .page-content { display: table-header-group; padding: 0px; + font-size: 1em; } #navbar .nav-left, #navbar .nav-right { float: none;