From 2ac9fef78fff783b09d1c8a4ea0566146c611252 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 14 Sep 2016 15:29:56 -0400 Subject: [PATCH] adjusting styles for the days of the week for agenda view --- css/front.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index 07483d2..0b54a01 100644 --- a/css/front.css +++ b/css/front.css @@ -309,10 +309,10 @@ span.agenda-event-weekday:first-child{ } .agenda-days-of-week{ - display: inline-block; + } @media (min-width: 385px){ .agenda-days-of-week{ - margin-left: 15px; + } } \ No newline at end of file -- 2.17.1