adjusting media query breakpoints to accommodate larger row width, using 12 cols
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Sep 2016 20:24:29 +0000 (16:24 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Sep 2016 20:24:29 +0000 (16:24 -0400)
css/front.css

index a9f2759..8f2325f 100644 (file)
@@ -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{