From 06b46cd6393b48280af6bb30ea7b8ea511c6c335 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 29 Feb 2016 08:32:55 +0000 Subject: [PATCH] Add padding to header --- static/src/less/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/less/style.less b/static/src/less/style.less index 5c165e0..3489474 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -158,7 +158,7 @@ footer { .jumbotron.header { padding-top: 10px; padding-bottom: 0; - margin-bottom: 0; + margin-bottom: 15px; background-color: @body-bg; @media (max-width: @screen-xs-max) { padding-top: 50px;