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:
committed by
Mrugesh Mohapatra
parent
14e77d0ba2
commit
80eae43257
@ -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;
|
||||||
|
Reference in New Issue
Block a user