File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ ctaSection:
5050 <div class =" md:max-w-screen-lg m-auto rounded-lg mt-20 overflow-hidden relative bg-gradient-to-br from-indigo-700 to-indigo-900" >
5151
5252 <div class =" absolute flex ff-image-cover left left-0 md:hidden top-0 h-full" >
53- {% image hero .img , hero .imgAlt , [1200 ] %}
53+ {% image hero .img , hero .imgAlt , [2100 ] %}
5454 </div >
5555 <div class =" absolute flex ff-image-cover right right-0 max-md:hidden top-0 h-full" >
56- {% image hero .img , hero .imgAlt , [1200 ] %}
56+ {% image hero .img , hero .imgAlt , [2100 ] %}
5757 </div >
5858 <div class =" relative p-8 md:max-w-[55%] max-md:text-center" >
5959 <h1 class =" text-white mb-8" >{{ hero .title | safe }} </h1 >
@@ -106,7 +106,7 @@ ctaSection:
106106 <div class =" w-full h-full rounded-lg border-1 border-transparent bg-gradient-to-br from-red-400 to-indigo-400 p-[1px]" >
107107 <div class =" w-full h-full bg-white ff-image-cover ff-image-rounded left" >
108108 {% set imageSrc = [" ./" , platform .image ] | join %}
109- {% image imageSrc , imageDescription , [496 ] %}
109+ {% image imageSrc , imageDescription , [1200 ] %}
110110 </div >
111111 </div >
112112 </div >
You can’t perform that action at this time.
0 commit comments