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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-12-30 23:28:27 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-30 23:28:27 +0300
commit39d6e4819bdbde3967e5748f82144c48c6c2575b (patch)
tree55b25aa85858c19248e34aebeb4cedc3d2d8fbe8 /layouts
parent8512e5b246ecc28790734ff970f56abafd0ee60c (diff)
Increase main margin bottom
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/style.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index 5cb42cd..82c1028 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -14,8 +14,8 @@
border-bottom: 1px solid #212529;
}
#main {
- margin-top: 1rem;
- margin-bottom: 3rem;
+ margin-top: 1em;
+ margin-bottom: 4em;
}
#home-jumbotron {
background-color: inherit;