From 72ce4130c82c7f4d12b92d98e66980d275c77309 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 12 Dec 2017 09:53:10 -0500 Subject: [PATCH] reducing some of the padding around the account and billing info in mobile view, there is too much padding around the billing and account info input fields --- css/front.css | 4 +++- views/front/registrations/checkout.html | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/front.css b/css/front.css index f02d1be..304970c 100644 --- a/css/front.css +++ b/css/front.css @@ -16,7 +16,9 @@ padding: 0; line-height: 1.2; } - + .glm-reg-account-info,.glm-reg-billing-info{ + padding: 0; + } } .glm-reg-event-profile-details{ padding-left: 0; diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index 3287e73..1a0dc13 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -35,7 +35,7 @@
-
+