From 39f174d4a497c44573ec869d50c9222b7c731a4b Mon Sep 17 00:00:00 2001 From: ivanchromjak Date: Tue, 20 Feb 2024 15:07:16 -0500 Subject: [PATCH] Update features-4.html --- layouts/partials/blocks/features-4.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}