Decrease left margin for h2
This commit is contained in:
parent
83fe8c4485
commit
1184710837
1 changed files with 1 additions and 1 deletions
2
org.css
2
org.css
|
@ -14,7 +14,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: 25px; }
|
h1 { font-size: 25px; }
|
||||||
h2 { font-size: 23px; margin-left: -3.5em; }
|
h2 { font-size: 23px; margin-left: -2em; }
|
||||||
h2 code, h2 kbd { font-size: 20px; }
|
h2 code, h2 kbd { font-size: 20px; }
|
||||||
h3 { font-size: 21px; font-style: italic; }
|
h3 { font-size: 21px; font-style: italic; }
|
||||||
h3 code, h3 kbd { font-size: 19px; }
|
h3 code, h3 kbd { font-size: 19px; }
|
||||||
|
|
Loading…
Reference in a new issue