From ebc5ff9a5c0d1119ffd5da457b2ee53caa0500f7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 15 Dec 2017 08:50:07 -0500 Subject: [PATCH] adding margin and max-width the reg profile map adding styles to the registration view page google map --- css/front.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/css/front.css b/css/front.css index d6c34b0..ae6e0f0 100644 --- a/css/front.css +++ b/css/front.css @@ -59,6 +59,8 @@ } .glm-reg-event-profile-map-container{ padding: 0; + margin-left: 15px; + max-width: 340px; } .glm-reg-location::before{ content: ""; @@ -613,6 +615,10 @@ span.glm-error { max-width: 1024px; margin: 10px auto; } +.glm-reg-image-container { + padding: 0; + margin-bottom: 10px; + } @media(max-width: 640px){ #accountHeader .button { margin-bottom: 5px; @@ -633,10 +639,7 @@ span.glm-error { .glm-reg-classes { /* padding: 0;*/ } - .glm-reg-image-container { - padding: 0; - margin-bottom: 10px; - } + #glm-reg-event-name { padding: 0; line-height: 1.2; -- 2.17.1