Adding centre to card-large

This commit is contained in:
2020-07-23 01:11:47 +01:00
parent 524a2be012
commit 955905b84e

View File

@@ -31,7 +31,7 @@
<div class="container">
<div class="row d-none d-md-block">
{{- range first 1 (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) -}}
<div class="latest d-flex py-lg-5">
<div class="latest d-flex py-lg-5 justify-content-center">
{{ .Render "card-large" }}
</div>
{{- end -}}