Decrease left margin for h2

This commit is contained in:
Tom Willemse 2014-07-27 22:55:42 +02:00
parent 83fe8c4485
commit 1184710837
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ body {
}
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; }
h3 { font-size: 21px; font-style: italic; }
h3 code, h3 kbd { font-size: 19px; }