From 9fcc03127e5152bca013b224930629c33a17b5fd Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 23 Nov 2014 14:25:23 +0530 Subject: [PATCH] Improve body padding at the top and bottom --- static/themes/default/css/plinth.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 5b93605c5..f29b9d15c 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -1,6 +1,5 @@ body { - padding-top: 60px; - padding-bottom: 20px; + padding-top: 70px; } /* nav-header is deprecated in bootstrap 3.x, so replicate it here */