From 8349c376e9fe13fcfeca5c2349ce722a97d16aa3 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 14 Apr 2014 14:24:34 -0400 Subject: [PATCH] Fixed #wrap margin --- public/css/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/styles.less b/public/css/styles.less index d1b6001e01..1f01e45d51 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -20,7 +20,7 @@ body { height: auto !important; height: 100%; /* Negative indent footer by its height */ - margin: 0 auto -100px; + margin: 0 auto -110px; /* Pad bottom by footer height + (optional) extra spacing */ padding: 0 0 140px; }