some fixes of styles

This commit is contained in:
Mivinci 2021-11-09 00:46:22 +08:00
parent f33403abe2
commit cf9df47ac7
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{{ $page := $.Paginator }}
{{ if gt $page.TotalPages 1 }}
<div class="my-6 flex justify-between">
<div class="my-8 flex justify-between">
{{ if $page.HasPrev }}
<a href="{{ $page.Prev.URL }}">← Newer</a>
{{ end }}