From f745916ee6cdfa9c9f15bdceb39c01fcd4aa9d84 Mon Sep 17 00:00:00 2001 From: myroslav321 Date: Tue, 31 Oct 2017 18:04:43 +0200 Subject: [PATCH] [TASK] footer, add margin top for subpages (#327) --- felayout_t3kit/dev/styles/main/footer/footer.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/felayout_t3kit/dev/styles/main/footer/footer.less b/felayout_t3kit/dev/styles/main/footer/footer.less index 0084b40d..599e06b2 100644 --- a/felayout_t3kit/dev/styles/main/footer/footer.less +++ b/felayout_t3kit/dev/styles/main/footer/footer.less @@ -5,6 +5,11 @@ .footer { background: @footer-background; border-top: 15px solid @footer-background; + margin-top: 50px; +} + +._start-page + .footer { + margin: 0; } .footer p {