Skip to content

Commit 8e5a4ad

Browse files
Changes
Co-authored-by: ghostcodedynamics <295822717+ghostcodedynamics@users.noreply.github.com>
1 parent a708b63 commit 8e5a4ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/founder.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ function FounderPage() {
5353
<section className="container-prose pb-16 md:pb-24">
5454
<div className="grid gap-12 lg:grid-cols-12 items-start">
5555
<Reveal className="lg:col-span-5 lg:sticky lg:top-28">
56-
<div className="relative aspect-[4/5] w-full max-w-md mx-auto overflow-hidden rounded-3xl glass-strong ring-glow">
56+
<div className="relative mx-auto aspect-[4/5] w-full max-w-[220px] overflow-hidden rounded-3xl shadow-[0_20px_60px_-15px_rgba(0,0,0,0.35)] ring-1 ring-border/60 sm:max-w-[260px] lg:max-w-[300px]">
5757
<img
5858
src={founderImg}
5959
alt="Jeet Ahirwar — Founder of GhostCode Dynamics"
6060
className="h-full w-full object-cover"
61-
width={896}
62-
height={1120}
61+
width={600}
62+
height={750}
6363
loading="eager"
6464
/>
6565
</div>

0 commit comments

Comments
 (0)