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:
-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>