From 2ebbd37c9e54546fd71451c4d89a9645e194381e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 15 Dec 2019 01:48:26 +0100 Subject: [PATCH] Increased font size of mobile site from 70% to 72% --- web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index e6beed0..672e6f0 100644 --- a/web/style.css +++ b/web/style.css @@ -239,7 +239,7 @@ ul { @media only screen and (max-device-width: 1023px) { .ocks-org body { - font-size: 70%; + font-size: 72%; padding: 0.5rem; }