Update front css
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 11 Sep 2018 12:10:50 +0000 (08:10 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 11 Sep 2018 12:10:50 +0000 (08:10 -0400)
Fix image alignment.

css/front.css

index 85f383f..19c4794 100644 (file)
@@ -369,7 +369,9 @@ form#checkoutForm h5{
     padding:10px 0;
 }
 .glm-reg-list-image{
-    float: left;
+    /* float: left; */
+    display: block;
+    margin: 0 auto;
 }
 /*}}} end Event Registration List */