cards have only a bottom padding of 25px
This commit is contained in:
parent
a6e8d0fcd9
commit
c3af040dc9
2 changed files with 3 additions and 7 deletions
|
|
@ -5,6 +5,7 @@
|
|||
{{ $postsList := where .Site.RegularPages "Section" "in" $postsDir }}
|
||||
|
||||
{{/* pagination */}}
|
||||
<div class="postlist">
|
||||
{{ range (.Paginate $postsList).Pages }}
|
||||
<article class="card postlistitem {{ if .Site.Params.discreteCards }}discrete{{ end }}">
|
||||
<div>
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
<hr />
|
||||
</article>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{- partial "paginator.html" . -}}
|
||||
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue