From 6fd18b942d4cac439a8ad6806555050376f6b40f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 14 Sep 2016 16:24:29 -0400 Subject: [PATCH] adjusting media query breakpoints to accommodate larger row width, using 12 cols --- css/front.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/front.css b/css/front.css index a9f2759..8f2325f 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: 20% + width: 22% } .agenda-days-of-week{ float: left; - width: 80%; + width: 78%; } } @media (max-width: 1024px) and (min-width: 640px){ .agenda-event-times{ float: left; - width: 30% + width: 32% } .agenda-days-of-week{ float: left; - width: 70%; + width: 68%; } } @media(max-width: 640px) and (min-width: 415px){ .agenda-event-times{ float: left; - width: 36% + width: 45% } .agenda-days-of-week{ float: left; - width: 64%; + width: 55%; } } .day-times-wrapper{ -- 2.17.1