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

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsudorook <daemon@nullcodon.com>2018-05-12 01:54:18 +0300
committersudorook <daemon@nullcodon.com>2018-05-12 01:54:18 +0300
commitc20a68abe4689955e38c02c16c4aa927850ccded (patch)
treeb246f0d17ef8ad1b777c897678ff8b99eefdee83 /layouts
parent5c12a9213e73834837bd1519962cf825b9c260d2 (diff)
fix bug where sidenav gets shifted outside the viewport
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index a45ca9d..e9e182f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -10,11 +10,11 @@
<section class="section" style="flex:1">
<div class="container">
- <div class="columns">
+ <div class="columns is-centered">
<div class="column">
<!-- Content -->
- <div class="container" style="min-height:56vh">
+ <div style="min-height:56vh">
{{- range .Paginator.Pages }}
{{ .Render "summary" }}
{{- end }}