From 304e263d8640f8e962dcc2480a3497aea2093d4c Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Tue, 11 Dec 2018 07:29:20 +0100 Subject: [PATCH] smaller body font size --- themes/nemo/static/css/nemo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nemo/static/css/nemo.css b/themes/nemo/static/css/nemo.css index 935f20d..1f0b25c 100644 --- a/themes/nemo/static/css/nemo.css +++ b/themes/nemo/static/css/nemo.css @@ -14,7 +14,7 @@ body { height: 100%; font-family: Fira Mono, monospace; font-style: normal; - font-size: 2.0em; + font-size: 1.5em; } a {