From cbb5be9a375cb965f2441c108153353f252d631d Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 26 Mar 2017 23:08:28 -0400 Subject: [PATCH] shrink font on small screens --- css/site.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/site.css b/css/site.css index 3088d96..3db8dc2 100644 --- a/css/site.css +++ b/css/site.css @@ -44,9 +44,10 @@ ul.nav li a:hover {border-bottom: 1px #FD9393 solid;} #info p {font-size: 14px; padding: 4px; line-height: 19px; font-weight: 300; max-width: 530px; min-width: 300px; } @media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) and (max-width: 1024px) { - body {margin: 0px; padding: 20px;} + h1{font-size: 60px;} + body {margin: 0px; padding: 5px;} #wrapper {max-width: 460px; padding-top: 20px;} #Stores, #map {min-width: 224px; width:100%;} - #map{max-width:450px;margin-left:0px;} + #map{width:100%;margin-left:0px;} }