Added text-align:justify for blockquotes in the main div
This commit is contained in:
parent
18b737408e
commit
51b50382fb
1 changed files with 3 additions and 0 deletions
|
|
@ -167,6 +167,9 @@ pre a, code a {
|
|||
padding-bottom: 1em;
|
||||
padding-right: 1em; */
|
||||
}
|
||||
.common-main blockquote {
|
||||
text-align: justify;
|
||||
}
|
||||
.common-image-gallery {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue