From a62ceaebe1aca27f6752c86f5fbfd2470bb3cd7d Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 10 Dec 2014 17:13:21 +0100 Subject: [PATCH] Fix + increase spacing --- html/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/main.css b/html/main.css index c58d5eb..3498101 100644 --- a/html/main.css +++ b/html/main.css @@ -66,12 +66,12 @@ body { } .document h1 { - margin-top: 1em; - margin-bottom: 0.5em; + margin-top: 1.2em; + margin-bottom: .8em; } .document h2 , .document h3 { - margin-top: .5 em; + margin-top: .8em; margin-bottom: .3em; } -- 2.39.2