We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d9c28 commit fd60283Copy full SHA for fd60283
1 file changed
mevislab.github.io/themes/MeVisLab/layouts/partials/nextprev.html
@@ -1,7 +1,7 @@
1
{{ if eq .Page.Kind "page" }}
2
{{ if gt .Page.Weight 0 }}
3
<hr />
4
- <div class="row">
+ <div class="row" style="margin: 25px !important;">
5
{{ with .Site.Pages.ByWeight.Next .}}
6
<div class="col">
7
<a href="{{ .Permalink }}" title="{{ .Title }}" class="btn btn-outline-secondary btn-sm" role="button" aria-pressed="true">
0 commit comments