From 8802ec82d4880d8fe234c8acbc9fec0bb3dee9ac Mon Sep 17 00:00:00 2001 From: benweet Date: Sun, 14 Dec 2014 19:20:41 +0000 Subject: [PATCH] Reduce heading margin. Fixes #611 --- public/res/styles/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/res/styles/base.less b/public/res/styles/base.less index 2bf80021b..136797d14 100644 --- a/public/res/styles/base.less +++ b/public/res/styles/base.less @@ -199,7 +199,7 @@ h5 { font-size: @title-base-size; } h6 { font-size: @title-base-size * 0.85; } h1, h2, h3, h4, h5, h6 { - margin: 1.8em 0; + margin: 1.5em 0; text-align: start; }