From 8ff31c161858d0c817902c81031e2747b15f4c75 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 14 Sep 2016 16:32:24 -0400 Subject: [PATCH] pushing date range in agenda view for recurring events under the event title for mobile view --- css/front.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/css/front.css b/css/front.css index 09a7b8a..a57fa09 100644 --- a/css/front.css +++ b/css/front.css @@ -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 -- 2.17.1