File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ const { ogImage = "https://www.crocoder.dev/homepage-metadata-img.png" } =
359359 <!-- Engineers Section -->
360360 <Section className =" !py-12 md:!py-20" >
361361 <div class ={ ` ${grid_classes } gap-8 md:gap-20 ` } >
362- <div class =" col-span-6 md:col-span-6" >
362+ <div class =" col-span-6 md:col-span-12 lg:col-span- 6" >
363363 <h2 class =" text-[28px] leading-[32px] md:text-[54px] md:leading-[60px] tracking-tight font-medium mb-6 md:mb-12" >
364364 <span class =" text-secondary" >Our </span ><span class =" text-[#607A1A]" >Engineers</span >
365365 </h2 >
@@ -452,12 +452,12 @@ const { ogImage = "https://www.crocoder.dev/homepage-metadata-img.png" } =
452452 </div >
453453 </div >
454454
455- <div class =" col-span-6 md :col-span-6 mt-8 md:mt-0 " >
455+ <div class =" hidden lg:block col-span-6 lg :col-span-6" >
456456 <Image
457457 src ={ crocoderIll16 }
458458 alt =" CroCoder engineering team"
459459 widths ={ [320 , 480 , 640 , 706 ]}
460- sizes =" (max-width: 768px) calc(100vw - 32px), calc(50vw - 28px)"
460+ sizes =" calc(50vw - 28px)"
461461 loading =" lazy"
462462 class =" w-full h-auto"
463463 />
You can’t perform that action at this time.
0 commit comments