From 98ed72adaa9ed26d535c0c5db3e2ea50bbd7f4e5 Mon Sep 17 00:00:00 2001 From: perryharlock Date: Fri, 4 Oct 2013 11:52:06 +0100 Subject: [PATCH] Fix h2 nd h3 margins --- public/less/site.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/less/site.less b/public/less/site.less index 292409f..500f08a 100644 --- a/public/less/site.less +++ b/public/less/site.less @@ -98,7 +98,7 @@ } /* Type */ -.h1, .h2, .h3 { +.h1 { margin-top: @line-height-computed; margin-bottom: (@line-height-computed / 2); }