css: tweak title sizes and weight
This commit is contained in:
parent
009e6a352c
commit
bab1190728
1 changed files with 5 additions and 5 deletions
|
@ -101,7 +101,7 @@ h2 {
|
|||
h3 {
|
||||
|
||||
text-align:left;
|
||||
font-size: 1.8em;
|
||||
font-size: 1.6em;
|
||||
line-height: 1.5em;
|
||||
padding:0.1em;
|
||||
/*margin-bottom:0.5em;*/
|
||||
|
@ -112,7 +112,7 @@ h3 {
|
|||
h4 {
|
||||
|
||||
text-align:left;
|
||||
font-size: 1.5em;
|
||||
font-size: 1.4em;
|
||||
line-height: 1.5em;
|
||||
padding:0.1em;
|
||||
/*margin-bottom:0.5em;*/
|
||||
|
@ -123,18 +123,18 @@ h4 {
|
|||
h5 {
|
||||
|
||||
text-align:left;
|
||||
font-size: 1.3em;
|
||||
font-size: 1.4em;
|
||||
line-height: 1.5em;
|
||||
padding:0.1em;
|
||||
/*margin-bottom:0.5em;*/
|
||||
font-weight:600;
|
||||
font-weight:400;
|
||||
|
||||
}
|
||||
|
||||
h6 {
|
||||
|
||||
text-align:left;
|
||||
font-size: 1.3em;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.5em;
|
||||
padding:0.1em;
|
||||
/*margin-bottom:0.5em;*/
|
||||
|
|
Loading…
Reference in a new issue