From 418d6c652e9c493eef272886c5af9bb407af2d22 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 21 Dec 2017 13:50:55 -0500 Subject: [PATCH] adding padding to the terms and conditions box terms and conditions needed more padding along the top and bottom --- css/front.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/front.css b/css/front.css index 88261cb..1da27c2 100644 --- a/css/front.css +++ b/css/front.css @@ -148,6 +148,7 @@ background-color: white; margin: 30px auto 20px; float: none; + padding: 20px 10px; max-width: 700px; } .glm-reg-event-terms{ -- 2.17.1