From 113ad1c6f958a0a460facc1ee0621a0d92f58298 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 18 Sep 2016 18:24:30 +0200 Subject: [PATCH] Decrease font size to 17px (#217) --- 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 f077f712..6e5ae5d7 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -54,7 +54,7 @@ html { } @media (min-width: 38rem) { html { - font-size: 18px; + font-size: 17px; } }