From b4dd8c8d2213298b01a23a847dc843c546218f81 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 15 Jul 2014 23:33:12 +0200 Subject: [PATCH] Move the footer further down to separate it more from the content --- app/assets/stylesheets/osem.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/osem.css b/app/assets/stylesheets/osem.css index e9af8f12..7ad9dba9 100644 --- a/app/assets/stylesheets/osem.css +++ b/app/assets/stylesheets/osem.css @@ -4,8 +4,8 @@ html { } body { - /* Margin bottom by footer height */ - margin-bottom: 60px; + /* Margin bottom by 2 times the footer height */ + margin-bottom: 120px; /* Margin bottom by navbar height */ padding-top: 60px; }