mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Fix posts shorting bug
Fix posts shorting bugs due to multi author.
This commit is contained in:
parent
92c8168e09
commit
3fac7e03de
2 changed files with 32 additions and 1 deletions
|
|
@ -75,6 +75,30 @@ h2{
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h3{
|
||||
font: 18px 'Open Sans Condensed', sans-serif;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h4{
|
||||
font: 16px 'Open Sans Condensed', sans-serif;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h5{
|
||||
font: 14px 'Open Sans Condensed', sans-serif;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h6{
|
||||
font: 12px 'Open Sans Condensed', sans-serif;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h1.title-post, h2.title-index{
|
||||
font: 28px 'Open Sans Condensed', sans-serif;
|
||||
line-height: 1.2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue