From 4753b7bd8483834469492f81476ca10ab079d99e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 18 Mar 2016 16:17:24 -0400 Subject: [PATCH] Give the right side of the h2 on agenda list more room Text for the header was going over the plus signs. --- css/front.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/front.css b/css/front.css index bb319d1..744037c 100644 --- a/css/front.css +++ b/css/front.css @@ -29,6 +29,7 @@ } .glm-event-day-event h2 { font-size: 16px; + padding-right: 5px; } .glm-event-day-event .event-content { padding: 10px; -- 2.17.1