fixing media query breakpoints for the days of the week in agenda view
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Sep 2016 20:19:57 +0000 (16:19 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Sep 2016 20:19:57 +0000 (16:19 -0400)
css/front.css

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