From 80eae432573f06fedf95269c20b4f48010397e9d Mon Sep 17 00:00:00 2001 From: hudsontaylor Date: Tue, 13 Dec 2016 12:44:08 -0500 Subject: [PATCH] Center Testimonial Text This gets rid of the odd white spaces in the testimonials section by just centering the text instead of justifying it. --- client/less/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/less/main.less b/client/less/main.less index b245442a9c..0650ebb49b 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -627,7 +627,7 @@ form.update-email .btn{ } .testimonial-copy { - text-align: justify; + text-align: center; font-size: 18px !important; margin-left: 20px; margin-right: 20px;