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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian <julian@vantage-design.com>2020-03-12 17:32:19 +0300
committerJulian <julian@vantage-design.com>2020-05-11 15:43:27 +0300
commit49f1e24d5400bff5c102b96b959d5a0d8a7ad77c (patch)
treee761f5d2fda4775376a430037dcbe36da1c12f54 /layouts
parent52c463c249d38b762481f9896d36103328708c7e (diff)
Tweaked layout, changed licence file type
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5c627ac..930e486 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -19,14 +19,19 @@
<div class="main col-12 order-1 col-md-9 col-lg-10 col-xl-8 py-3">
{{- block "main" . }}{{- end }}
- <div class="position-relative w-75 m-auto">
- {{ partial "next-prev-page.html" . }}
- </div>
+ <div class="row">
+
+ <div class="position-relative mx-auto col-lg-9">
+ {{ partial "next-prev-page.html" . }}
+ </div>
+
+ </div> <!-- /end of row -->
</div>
- </div>
- </div>
+ </div> <!-- /end of row -->
+
+ </div> <!-- /end of container -->
{{- partial "footer.html" . -}}