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

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik <kskarthik@gitlab.io>2019-12-15 13:46:14 +0300
committerkarthik <kskarthik@gitlab.io>2019-12-15 13:46:14 +0300
commit4b70c56c2983b68105e6a2b87d97d18c200d36ce (patch)
treebb229df9586a2e7ea348bbae9478fec3b5b34127
parent42cb7e93aae18b24d10d339ce7848e5178506bb3 (diff)
increase margin bottom for single pages
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 559e392..67e30dd 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -22,7 +22,7 @@
{{else}}
<section class="container text-monospace text-justified mt-3">
- <h2 class="text-center">{{.Title}}</h2>
+ <h2 class="text-center mb-4">{{.Title}}</h2>
{{ .Content }}
</section>