adding max width and centering the terms and conditions
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Dec 2017 16:57:22 +0000 (11:57 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Dec 2017 16:57:22 +0000 (11:57 -0500)
centering the terms and conditions and constraining width

css/front.css

index 2a667db..88261cb 100644 (file)
 }
 .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;