Skip to content

Commit 32e0112

Browse files
committed
ハンバーガーメニューにアイコンを使うようにする
1 parent 153272a commit 32e0112

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_includes/header.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
1313
alt="DojoCon Japan 2025 Inspire Next." />
1414
</a>
1515
<button id="menu-btn" type="button" aria-label="メニューを開く"
16-
class="flex h-9 w-12 shrink-0 flex-col items-center justify-center rounded border border-gray-300 bg-white cursor-pointer">
17-
<span class="block w-8 h-0.5 mb-1.5 rounded bg-gray-400"></span>
18-
<span class="block w-8 h-0.5 mb-1.5 rounded bg-gray-400"></span>
19-
<span class="block w-8 h-0.5 rounded bg-gray-400"></span>
16+
class="flex p-2 shrink-0 flex-col items-center justify-center rounded border border-gray-300 bg-white cursor-pointer">
17+
<i class="fa-solid fa-bars"></i>
2018
</button>
2119
</div>
2220
<nav id="menu-nav" class="hidden my-2 flex-col items-stretch transition-all duration-300">

0 commit comments

Comments
 (0)