From 6cfec8335b330d00cc266012492db582b1289511 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 25 May 2014 00:27:40 +0200 Subject: [PATCH] Only reduce font size on really small screens And don't reduce that much --- public/css/vroom.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/public/css/vroom.css b/public/css/vroom.css index 87b9127..43afb03 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -236,11 +236,6 @@ body { } @media screen and (max-width: 480px) { body { - font-size: 0.8em; - } -} -@media screen and (max-width: 768px) { - body { - font-size: 0.9em; + font-size: 1.2em; } }