Added text-align:justify for blockquotes in the main div

This commit is contained in:
Jeff Parsons 2016-08-09 10:51:20 -07:00
commit 51b50382fb

View file

@ -167,6 +167,9 @@ pre a, code a {
padding-bottom: 1em; padding-bottom: 1em;
padding-right: 1em; */ padding-right: 1em; */
} }
.common-main blockquote {
text-align: justify;
}
.common-image-gallery { .common-image-gallery {
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;