From a1fca60d6c59370ff1e85db0432ef26058684a9d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 11 Sep 2018 08:10:50 -0400 Subject: [PATCH] Update front css Fix image alignment. --- css/front.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 85f383f..19c4794 100644 --- a/css/front.css +++ b/css/front.css @@ -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 */ -- 2.17.1