Skip to content

Commit 8f9a9ed

Browse files
committed
fix corrupted ui on phone
1 parent f55513b commit 8f9a9ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/join.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Header from "+/images/headers/join.jpg";
44
import GlobalLayout from "+/layouts/GlobalLayout.astro";
55
import StaticDocumentWrapper from "+/layouts/StaticDocumentWrapper.astro";
66
import { Focus } from "+/schema";
7+
import { Icon } from "astro-icon/components";
78
---
89

910
<GlobalLayout
@@ -19,11 +20,10 @@ import { Focus } from "+/schema";
1920
>
2021
<p
2122
role="alert"
22-
class="alert not-prose alert-vertical border-info sm:alert-horizontal flex border-2"
23+
class="alert not-prose alert-vertical border-info sm:alert-horizontal border-2 sm:flex-row"
2324
>
24-
<span class="flex-grow">
25-
3/30 (日) 20:00~ オンライン新歓説明会を実施します
26-
</span>
25+
<Icon name="feather:info" />
26+
<span> 3/30 (日) 20:00~ オンライン新歓説明会を実施します </span>
2727
<a class="link" href="/welcome-events"> 詳細 </a>
2828
<a
2929
class="link link-primary"

0 commit comments

Comments
 (0)