Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkey-amb <yasutake.kiyoshi@gmail.com>2017-01-03 11:53:16 +0300
committerkey-amb <yasutake.kiyoshi@gmail.com>2017-01-03 11:53:16 +0300
commitc810ed447c9751d515611fd1edaaa709af65de20 (patch)
treeab5f8811d167dde8ae52edf0b12e0333a8613699
parente14a0e4fec4720c7a30cf186f623d18259b1dd14 (diff)
[css] Modify / Remove padding-bottom in body which doesn't look in need
-rw-r--r--static/css/theme.css2
1 files changed, 1 insertions, 1 deletions
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 {