We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c061df commit c590474Copy full SHA for c590474
2025/src/components/KeynoteSpeakers/index.astro
@@ -11,7 +11,7 @@ import KeynoteSpeaker from "./KeynoteSpeaker.astro";
11
<Heading> 基調講演 </Heading>
12
</div>
13
<div
14
- class="flex flex-col items-center justify-center gap-4 px-4 md:gap-12 lg:flex-row"
+ class="grid grid-cols-1 gap-4 px-4 md:gap-12 lg:grid-cols-2 lg:grid-rows-subgrid"
15
>
16
<KeynoteSpeaker
17
keynoteSpeaker="だれだろう"
0 commit comments