From c810ed447c9751d515611fd1edaaa709af65de20 Mon Sep 17 00:00:00 2001 From: key-amb Date: Tue, 3 Jan 2017 17:53:16 +0900 Subject: [css] Modify / Remove padding-bottom in body which doesn't look in need --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index b7c8d4c..1e25c16 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1,6 +1,6 @@ body { padding-top: 70px; - padding-bottom: 30px; + padding-bottom: 0px; } .theme-dropdown .dropdown-menu { -- cgit v1.2.3