From 80a859757131f8960d0bceb1687a4aed3502f416 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Fri, 6 Jan 2017 11:52:51 +0100 Subject: [PATCH] deleted margin-bottom for main-content (for optional bg-color without white space) --- css/base_design.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base_design.less b/css/base_design.less index 3eaa15c..85d3067 100755 --- a/css/base_design.less +++ b/css/base_design.less @@ -54,7 +54,7 @@ a { background: @color-content-bg; color: inherit; padding: 1rem 2rem 2rem; - margin-bottom: .5rem; + // margin-bottom: .5rem; // no margin: if there is another bg-color, then there is an #fff border overflow: hidden; word-wrap: break-word; }