From 00d5f2cf52794bc59cfa5ba4f47e29a1827b0cea Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 29 Mar 2020 12:17:44 +0200 Subject: Fixed font to 16px --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 135ad4b..8d96a37 100644 --- a/static/style.css +++ b/static/style.css @@ -6,6 +6,7 @@ body { line-height: 150%; margin-bottom: 100px; font-family: serif; + font-size: 16px; } main { -- cgit v1.2.3