From a36956671384c01d35869363b02637768ffc5fa9 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 29 Jul 2014 14:32:46 -0400 Subject: [PATCH] just moving the breakpoint on home calendar a little --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.17.1