From 11847108373226c64afc255cc812f7a5388e4226 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 27 Jul 2014 22:55:42 +0200 Subject: Decrease left margin for h2 --- org.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-54-g00ecf