Skip to content

Commit 6f64768

Browse files
committed
feat(AboutVimConf): YouTube live配信についてのデザインを写真撮影に合わせる
1 parent f53f5fd commit 6f64768

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

2025/src/components/AboutVimConf.astro

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ import { Clapperboard, Camera } from "@lucide/astro";
1515
/>Vimのカンファレンスです。
1616
</p>
1717
</div>
18-
<Card class="mx-auto max-w-2xl p-8">
19-
<Clapperboard
20-
class="mx-auto mb-4 h-12 w-12 text-emerald-600 md:h-16 md:w-16"
21-
/>
22-
<h3 class="mx-auto mb-4 text-center text-lg font-semibold md:text-xl">
18+
<Card class="mx-auto mb-4 max-w-2xl border-red-200 bg-red-50 p-8">
19+
<h3 class="mb-4 flex text-lg font-bold text-red-900 md:text-xl">
20+
<Clapperboard class="mr-2 h-6 w-6" />
2321
当日のYouTube live配信について
2422
</h3>
25-
<span class="mx-auto text-center">
23+
<span class="">
2624
<p>今回のVimConfはYouTube live配信を予定しております。</p>
2725
<p>配信URLについては別途Peatix、connpass、Xに掲載する予定です。</p>
2826
</span>

0 commit comments

Comments
 (0)