From 69ae9ee72f9f26ff4713dde9220099cd05eeb34a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 16 Nov 2017 16:05:43 -0500 Subject: [PATCH] Update styles remove width from item class. --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 498916a..059a96f 100644 --- a/css/front.css +++ b/css/front.css @@ -77,7 +77,7 @@ font-size: 1.5rem; } .glm-reg-level-registrant { - width: 90%; + /* width: 90%; */ font-size: 1rem; padding: .4rem; margin: .4rem; -- 2.17.1