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@disroot.org>2020-01-22 13:39:37 +0300
committerKarthik <kskarthik@disroot.org>2020-01-22 13:39:37 +0300
commitd96b69c9a0aa8acfae45d4ca97a9d32aeb62b271 (patch)
treed64db80feb258141eae5f8803e9703c5bb8f2e80 /layouts
parent6911ef1ab394327535266b383ea7c23321d10c40 (diff)
remove junk css, fix text style
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3e7a36c..34cb336 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -23,7 +23,9 @@
{{else}}
<section class="container text-justified mt-3">
<h2 class="text-center mb-4">{{.Title}}</h2>
- {{ .Content }}
+ <div class="text-monospace">
+ {{ .Content }}
+ </div>
</section>
{{end}}
{{end}}