Skip to content

Commit 43b68f6

Browse files
committed
タイトルをfont-monoに変更
1 parent 6423668 commit 43b68f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function Navbar() {
77
{/* fixedのヘッダーの分だけスクロールするコンテンツを下に移動するためのdiv */}
88
<div className="h-16 lg:hidden" />
99

10-
<div className="h-16 navbar bg-base-200 w-full fixed lg:hidden flex gap-2 z-40 shadow-md">
10+
<div className="h-16 navbar bg-base-200 w-full fixed lg:hidden flex gap-4 z-40 shadow-md">
1111
<div className="flex-none">
1212
{/* サイドバーを開閉するボタン */}
1313
<label
@@ -38,7 +38,7 @@ export function Navbar() {
3838
alt="icon"
3939
className="inline-block w-8 h-8 mr-2"
4040
/>
41-
<span className="font-bold text-xl">my.code();</span>
41+
<span className="font-bold text-xl font-mono">my.code();</span>
4242
</Link>
4343
</div>
4444
<ThemeToggle />

app/sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ export function Sidebar() {
114114
<img
115115
src="/icon.svg"
116116
alt="icon"
117-
className="inline-block w-8 h-8 mr-2"
117+
className="inline-block w-8 h-8 mr-1"
118118
/>
119-
<span className="text-xl font-bold">my.code();</span>
119+
<span className="text-xl font-bold font-mono">my.code();</span>
120120
</Link>
121121
<ThemeToggle />
122122
<AccountMenu />

0 commit comments

Comments
 (0)