From 5aaab11022cda07a76f251d07c465f342fb5a4ad Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 14 Feb 2016 15:33:49 +0100 Subject: [PATCH] Make text a bit smaller --- static/css/poole.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/poole.css b/static/css/poole.css index 5e3dabe9..2fb4d4ba 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -54,7 +54,7 @@ html { } @media (min-width: 38rem) { html { - font-size: 20px; + font-size: 18px; } }