Skip to content

Commit 82b2971

Browse files
committed
More responsive styles
1 parent 51c75a3 commit 82b2971

File tree

1 file changed

+3
-0
lines changed
  • src/app/conf/2025/components/top-minds

1 file changed

+3
-0
lines changed

src/app/conf/2025/components/top-minds/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,22 @@ export default function TopMindsSection({
5050
src={kamilKisiela}
5151
linkedin="kamilkisiela"
5252
twitter="kamilkisiela"
53+
className="[@media(744px<=width<=907px)]:first-of-type:border-l-0"
5354
/>
5455
<SpeakerCard
5556
name="Rajeev Rajan"
5657
title="Atlassian — CTO"
5758
src={rajeevRajan}
5859
linkedin="rajeev-rajan"
60+
className="[@media(744px<=width<=907px)]:border-l"
5961
/>
6062
<SpeakerCard
6163
name="Tenmai Gopal"
6264
title="Hasura — CEO & Co-Founder"
6365
src={tenmaiGopal}
6466
twitter="tanmaigo"
6567
linkedin="tanmaig"
68+
className="[@media(width<744px)]:border-l"
6669
/>
6770
<div className="mt-6 flex grow basis-[content] items-end justify-stretch pl-6 max-lg:w-full sm:justify-end">
6871
<Button variant="secondary">View all speakers</Button>

0 commit comments

Comments
 (0)