From 3a8f4ec9877bcba3f09aa32b1a8633938c0f2817 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 13 Jan 2017 16:35:09 -0500 Subject: [PATCH] Adjust bottom spacing for the tickets Adding 2 px to spacing. --- css/front.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index a298a3c..50e9ea9 100644 --- a/css/front.css +++ b/css/front.css @@ -224,7 +224,7 @@ input[name='contact_fname'], input[name='contact_lname']{ left: -35px; } #glm-event-detail-tickets { - margin: 0 0 10px 20px; + margin: 0 0 12px 20px; position: relative; } #glm-event-detail-tickets:before { @@ -232,7 +232,7 @@ input[name='contact_fname'], input[name='contact_lname']{ background-image: url("../assets/tickets-icon-24x24.png"); background-height: 24px; background-width: 24px; - + position: absolute; width: 24px; height: 24px; -- 2.17.1