try justify text-alignment for content
This commit is contained in:
parent
2a6addbdea
commit
1bd46688d3
|
@ -222,6 +222,7 @@ div.cdm .hlFeed a {
|
||||||
|
|
||||||
div.cdmContentInner p {
|
div.cdmContentInner p {
|
||||||
max-width : 650px;
|
max-width : 650px;
|
||||||
|
text-align : justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdmContentInner iframe {
|
div.cdmContentInner iframe {
|
||||||
|
|
|
@ -994,6 +994,7 @@ span.collapseBtn {
|
||||||
|
|
||||||
div.postContent p {
|
div.postContent p {
|
||||||
max-width : 650px;
|
max-width : 650px;
|
||||||
|
text-align : justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postContent iframe {
|
div.postContent iframe {
|
||||||
|
|
Loading…
Reference in New Issue