From: Anthony Talarico Date: Thu, 21 Dec 2017 16:57:22 +0000 (-0500) Subject: adding max width and centering the terms and conditions X-Git-Tag: v1.0.0^2~148 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0e231cb9a0c651124afc556d97a6cb2a8889f968;p=WP-Plugins%2Fglm-member-db-registrations.git adding max width and centering the terms and conditions centering the terms and conditions and constraining width --- 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;