Skip to content

Commit 25d42b4

Browse files
committed
talks and session cards
1 parent 07e3a37 commit 25d42b4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pages/index.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ export default function Home() {
8181
I read <i>Non</i>-fiction books, a bit nerdy, quite ambitious, and like adventure, I like chilled LIITs 🍷 more than wines. I dream about chatting in Markdown 💬
8282
</h3></div>
8383
</div>
84-
<div className="w-[80px] sm:w-[176px] relative mb-8 sm:mb-0 mr-auto">
84+
<div className="w-[340px] sm:w-[600px] relative mb-8 sm:mb-0 mr-auto">
8585
<Image
8686
alt="Dev Prakash Sharma"
87-
height={176}
88-
width={176}
87+
height={700}
88+
width={700}
8989
src="/headshot-dev.jpg"
90-
sizes="30vw"
90+
sizes="40vw"
9191
priority
9292
className={`rounded-full filter ${
9393
resolvedTheme === 'light' ? 'grayscale-0' : 'grayscale'
@@ -191,4 +191,3 @@ export default function Home() {
191191
</Container>
192192
);
193193
}
194-

0 commit comments

Comments
 (0)