pushing date range in agenda view for recurring events under the event title for...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Sep 2016 20:32:24 +0000 (16:32 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Sep 2016 20:32:24 +0000 (16:32 -0400)
css/front.css

index 09a7b8a..a57fa09 100644 (file)
@@ -338,12 +338,16 @@ span.agenda-event-weekday:first-child{
         width: 55%;
     }
 }
+@media (min-width: 320px) and (max-width: 415px){
+    .agenda-event-name{
+        width: 100%;
+        margin-bottom: 0px;
+    }
+    .agenda-event-recur-dates{
+        width: 100%;
+    }
+}
 .day-times-wrapper{
     float: left;
     width:100%
 }
-@media (max-width: 324px){
-    .agenda-days-of-week{
-        margin-left: 0px;
-    }
-}
\ No newline at end of file