Skip to content

Commit

Permalink
スマホでヘッダーの「Join OUCC!」ボタンの表示が崩れるのを修正
Browse files Browse the repository at this point in the history
fix #66
  • Loading branch information
ciffelia committed Dec 8, 2023
1 parent 3e0feae commit ade4557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/nav/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const {
{headerTitle && <h1 class="text-4xl font-bold mx-4">{headerTitle}</h1>}
</a>
</div>
<div class="flex flex-col justify-center">
<div class="flex flex-col justify-center shrink-0">
{showJoinLink && <LinkButton href="/join">Join OUCC!</LinkButton>}
</div>
<dialog
Expand Down

0 comments on commit ade4557

Please sign in to comment.