reduce size of h1,2,3 elements inside article content
This commit is contained in:
@@ -61,6 +61,15 @@ div.cdmContentInner img {
|
|||||||
height : auto;
|
height : auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.cdmContentInner h1 {
|
||||||
|
font-size : 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cdmContentInner h2,
|
||||||
|
div.cdmContentInner h3 {
|
||||||
|
font-size : 14px;
|
||||||
|
}
|
||||||
|
|
||||||
div.cdmFooter {
|
div.cdmFooter {
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
|
|||||||
@@ -943,6 +943,15 @@ span.collapseBtn {
|
|||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.postContent h1 {
|
||||||
|
font-size : 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.postContent h2,
|
||||||
|
div.postContent h3 {
|
||||||
|
font-size : 14px;
|
||||||
|
}
|
||||||
|
|
||||||
div.postContent p {
|
div.postContent p {
|
||||||
max-width : 650px;
|
max-width : 650px;
|
||||||
-webkit-hyphens: auto;
|
-webkit-hyphens: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user