From b43c6fb865bbeae0b5645ef811b2db3618b88dc4 Mon Sep 17 00:00:00 2001 From: kangax Date: Wed, 22 Jan 2014 18:58:36 -0500 Subject: [PATCH] Remove large font for small screen --- css/master.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/master.css b/css/master.css index 2a7f44a..1e900b9 100644 --- a/css/master.css +++ b/css/master.css @@ -175,9 +175,9 @@ html, body { @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - body { + /*body { font-size: 3.5em; - } + }*/ .filter { position: static !important; }