diff --git a/layouts/partials/blocks/features-4.html b/layouts/partials/blocks/features-4.html index 93ad644a..327af2ac 100644 --- a/layouts/partials/blocks/features-4.html +++ b/layouts/partials/blocks/features-4.html @@ -10,9 +10,9 @@
{{ range .cards }} -
+
{{ $plainHeading := .heading | markdownify | plainify }} - {{ partial "components/image-responsive" (dict "src" (.image | relURL) "alt" $plainHeading "class" "mb-6" "sizes" "(min-width: 1024px) 50vw, 100vw" "widths" (slice 640 640 1024 2048)) }} + {{ partial "components/image-responsive" (dict "src" (.image | relURL) "alt" $plainHeading "class" "mb-6 max-w-[13rem] mx-auto" "sizes" "(min-width: 1024px) 50vw, 100vw" "widths" (slice 640 640 1024 2048)) }}
{{ if .icon }} @@ -20,7 +20,7 @@ {{ partial "components/icon-box-primary.html" . }}
{{ end }} -

{{ .heading | markdownify }}

+

{{ .heading | markdownify }}

{{ .copy | markdownify }}
{{ with .button }}