Skip to content

Commit 7cc45ff

Browse files
committed
Update header styles for improved layout and app version display
1 parent c74bfe4 commit 7cc45ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<div class="w-full max-w-xl space-y-1.5">
3636

3737
<!-- App Title -->
38-
<header class="flex items-center justify-between gap-2 py-0.5">
39-
<h1 class="flex items-center gap-2 text-base font-bold truncate min-w-0">
40-
<img class="h-7 w-7 flex-shrink-0" src="content/wardrive.png" alt="MeshCore" />
38+
<header class="flex items-center justify-between gap-2">
39+
<h1 class="flex items-center gap-2 text-lg sm:text-xl font-bold truncate min-w-0">
40+
<img class="h-12 w-12 sm:h-14 sm:w-14 flex-shrink-0" src="content/wardrive.png" alt="MeshCore" />
4141
<span class="truncate">MeshMapper</span>
4242
</h1>
43-
<span id="appVersion" class="text-[10px] bg-slate-800 border border-slate-700 px-2 py-0.5 rounded-full text-slate-400 flex-shrink-0">v1.0</span>
43+
<span id="appVersion" class="text-xs bg-slate-800 border border-slate-700 px-2 py-0.5 rounded-full text-slate-400 flex-shrink-0">v1.0</span>
4444
</header>
4545

4646
<!-- Connection Status Bar with Settings Panel -->

0 commit comments

Comments
 (0)