From: Anthony Talarico Date: Wed, 14 Sep 2016 20:19:57 +0000 (-0400) Subject: fixing media query breakpoints for the days of the week in agenda view X-Git-Tag: v1.4.0^2~40 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9b0a5325fb1cc8567c46c66168ebc6a1335299da;p=WP-Plugins%2Fglm-member-db-events.git fixing media query breakpoints for the days of the week in agenda view --- diff --git a/css/front.css b/css/front.css index 984b0f0..a9f2759 100644 --- a/css/front.css +++ b/css/front.css @@ -311,31 +311,31 @@ span.agenda-event-weekday:first-child{ @media (min-width: 1024px){ .agenda-event-times{ float: left; - width: 25% + width: 20% } .agenda-days-of-week{ float: left; - width: 75%; + width: 80%; } } @media (max-width: 1024px) and (min-width: 640px){ .agenda-event-times{ float: left; - width: 40% + width: 30% } .agenda-days-of-week{ float: left; - width: 60%; + width: 70%; } } @media(max-width: 640px) and (min-width: 415px){ .agenda-event-times{ float: left; - width: 40% + width: 36% } .agenda-days-of-week{ float: left; - width: 60%; + width: 64%; } } .day-times-wrapper{