From d7eecc5de82d1a7a9b57a957e275d3643a527720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 27 May 2017 22:50:45 +0200 Subject: [PATCH] Footer fixes --- server/public/assets/css/style.css | 4 ++++ server/public/layouts/main.handlebars | 1 + 2 files changed, 5 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 51224d02..ce9b2e0c 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -2267,6 +2267,10 @@ nav ul li:hover, nav ul li.active { margin-top: 8px; } + .footer-copyright { + margin-bottom: 40px; + } + #duration{ font-size: 20px; font-weight: 400; diff --git a/server/public/layouts/main.handlebars b/server/public/layouts/main.handlebars index 5bfd9bba..2162e33b 100644 --- a/server/public/layouts/main.handlebars +++ b/server/public/layouts/main.handlebars @@ -191,6 +191,7 @@ © {{year}} Nixo & KasperRT, +
All rights reserved Contribute on GitHub