File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments