From 6e1293dffde061e3ef21698ee601859ec9d152b8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 30 Aug 2016 14:56:41 -0400 Subject: [PATCH] Add margin to the bottom of the driving direction button. For some reason this site is missing the bottom margin. --- css/front.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index 0233ea9..4e27140 100644 --- a/css/front.css +++ b/css/front.css @@ -22,6 +22,7 @@ } #EventDrivingDirectionSubmit { width: 100%; + margin: 0 0 1.25rem; } .glm-event-day-event h2 { font-size: 16px; @@ -130,7 +131,7 @@ input[name='contact_fname'], input[name='contact_lname']{ width: 85%; } #glm-event-pdf-submit, -#glm-event-rss-feed, +#glm-event-rss-feed, #glm-event-ical-feed { margin: 5px 5px; } @@ -289,5 +290,5 @@ a.fc-time-grid-event.fc-v-event { @media (min-width: 641px){ .view-select { float: right; - } + } } -- 2.17.1