Skip to content

Commit c590474

Browse files
committed
feat: subgridを使い、カードの高さを保つ
1 parent 6c061df commit c590474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/src/components/KeynoteSpeakers/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import KeynoteSpeaker from "./KeynoteSpeaker.astro";
1111
<Heading> 基調講演 </Heading>
1212
</div>
1313
<div
14-
class="flex flex-col items-center justify-center gap-4 px-4 md:gap-12 lg:flex-row"
14+
class="grid grid-cols-1 gap-4 px-4 md:gap-12 lg:grid-cols-2 lg:grid-rows-subgrid"
1515
>
1616
<KeynoteSpeaker
1717
keynoteSpeaker="だれだろう"

0 commit comments

Comments
 (0)