From 0e231cb9a0c651124afc556d97a6cb2a8889f968 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 21 Dec 2017 11:57:22 -0500 Subject: [PATCH] adding max width and centering the terms and conditions centering the terms and conditions and constraining width --- css/front.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/front.css b/css/front.css index 2a667db..88261cb 100644 --- a/css/front.css +++ b/css/front.css @@ -144,7 +144,11 @@ } .glm-reg-terms-conditions{ border: 1px solid darkgrey; + border-radius: 3px; background-color: white; + margin: 30px auto 20px; + float: none; + max-width: 700px; } .glm-reg-event-terms{ padding: 0 0 0 20px; -- 2.17.1