Move margin to figcaption

master
Will Faught 3 years ago
parent dc87c07b24
commit ed338a4ae5

@ -103,7 +103,7 @@
</div> </div>
</div> </div>
{{ else if eq $type "rows" }} {{ else if eq $type "rows" }}
<div class="align-items-{{ $align }} column-gap-3 d-flex flex-wrap justify-content-{{ $justify }} {{ if $caption }} mb-2 {{ end }} row-gap-3"> <div class="align-items-{{ $align }} column-gap-3 d-flex flex-wrap justify-content-{{ $justify }} row-gap-3">
{{ with $inner }} {{ with $inner }}
{{ . }} {{ . }}
{{ else }} {{ else }}
@ -128,7 +128,7 @@
{{ errorf "invalid type: %q" $type }} {{ errorf "invalid type: %q" $type }}
{{ end }} {{ end }}
{{ with $caption }} {{ with $caption }}
<figcaption class="figure-caption text-center">{{ . }}</figcaption> <figcaption class="figure-caption mt-2 text-center">{{ . }}</figcaption>
{{ end }} {{ end }}
</figure> </figure>
{{ end }} {{ end }}

Loading…
Cancel
Save