summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-07-27 22:55:42 +0200
committerGravatar Tom Willemse2014-07-27 22:55:42 +0200
commit11847108373226c64afc255cc812f7a5388e4226 (patch)
tree2f6e78a11f068421ffdb2034d6a3672e16e1314e
parent83fe8c4485a71ff969f00f7979be760ab17f2a5f (diff)
downloadorgweb-11847108373226c64afc255cc812f7a5388e4226.tar.gz
orgweb-11847108373226c64afc255cc812f7a5388e4226.zip
Decrease left margin for h2
-rw-r--r--org.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.css b/org.css
index 217890e..28339b4 100644
--- a/org.css
+++ b/org.css
@@ -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; }