Center grid cell items

master
Will Faught 3 years ago
parent b17e0ddabf
commit fd81ccccd5

@ -35,7 +35,7 @@
<div class="container-fluid{{ if $caption }} figure-img{{ end }} px-0"> <div class="container-fluid{{ if $caption }} figure-img{{ end }} px-0">
<div class="align-items-center gx-3 gy-3 justify-content-center row"> <div class="align-items-center gx-3 gy-3 justify-content-center row">
{{ range $resources }} {{ range $resources }}
<div class="{{ $cols }}"> <div class="{{ $cols }} d-flex justify-content-center">
{{ partial "paige/gallery-item.html" (dict "image" . "method" $method "options" $options) }} {{ partial "paige/gallery-item.html" (dict "image" . "method" $method "options" $options) }}
</div> </div>
{{ end }} {{ end }}

Loading…
Cancel
Save