Center Testimonial Text

This gets rid of the odd white spaces in the testimonials section by just centering the text instead of justifying it.
This commit is contained in:
hudsontaylor
2016-12-13 12:44:08 -05:00
committed by Mrugesh Mohapatra
parent 14e77d0ba2
commit 80eae43257

View File

@ -627,7 +627,7 @@ form.update-email .btn{
} }
.testimonial-copy { .testimonial-copy {
text-align: justify; text-align: center;
font-size: 18px !important; font-size: 18px !important;
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;