mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-23 20:17:19 +00:00
reduce size of h1,2,3 elements inside article content
This commit is contained in:
@@ -943,6 +943,15 @@ span.collapseBtn {
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
div.postContent h1 {
|
||||
font-size : 16px;
|
||||
}
|
||||
|
||||
div.postContent h2,
|
||||
div.postContent h3 {
|
||||
font-size : 14px;
|
||||
}
|
||||
|
||||
div.postContent p {
|
||||
max-width : 650px;
|
||||
-webkit-hyphens: auto;
|
||||
|
||||
Reference in New Issue
Block a user