Skip to content

Commit f9e3dbd

Browse files
committed
fixed our eng image
1 parent 33f44d0 commit f9e3dbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/website/src/pages/staff-augmentation.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/>

0 commit comments

Comments
 (0)