From: Ove Klykken Date: Tue, 29 Jul 2014 18:32:46 +0000 (-0400) Subject: just moving the breakpoint on home calendar a little X-Git-Tag: VV1^2~39 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a36956671384c01d35869363b02637768ffc5fa9;p=web%2FCityofMI.git just moving the breakpoint on home calendar a little --- diff --git a/styles.css b/styles.css index 7528d1c..9af9d7a 100755 --- a/styles.css +++ b/styles.css @@ -306,7 +306,7 @@ img { padding: 5px; } } -@media only screen and (max-width: 51em) { +@media only screen and (max-width: 54em) { #eventCalendar table { display: none; } @@ -327,7 +327,7 @@ img { #eventItemWrapper { padding: 0 10px; } -@media only screen and (max-width: 59.5em) { +@media only screen and (max-width: 60em) { #eventItemWrapper a:nth-child(4) { display: none; }