From 5d0d6200816cf6d33e42728fdbd139903689ccb4 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sat, 1 Feb 2014 01:45:03 -0500 Subject: [PATCH] Make smaller footer --- public/css/styles.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/styles.less b/public/css/styles.less index 7131967e..d4e176cf 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -21,14 +21,14 @@ body { height: auto !important; height: 100%; /* Negative indent footer by its height */ - margin: 0 auto -150px; + margin: 0 auto -110px; /* Pad bottom by footer height + (optional) extra spacing */ - padding: 0 0 170px; + padding: 0 0 120px; } #footer { - height: 150px; - padding-top: 35px; + height: 110px; + padding-top: 20px; } // Navbar