Match logo text size to icon height (32px)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-05 04:21:15 +02:00
parent a81702f344
commit 440d741fdb

View File

@@ -52,7 +52,7 @@ sub render_nav {
if ($_logo_data_uri) { if ($_logo_data_uri) {
$logo = qq{<div class="flex items-center gap-2">} $logo = qq{<div class="flex items-center gap-2">}
. qq{<img src="$_logo_data_uri" alt="" style="height:32px;width:auto">} . qq{<img src="$_logo_data_uri" alt="" style="height:32px;width:auto">}
. qq{<span style="font-size:2rem;font-weight:700;line-height:1">GNIZA <span style="color:#f47216">Backup</span></span>} . qq{<span style="font-size:32px;font-weight:700;line-height:1">GNIZA <span style="color:#f47216">Backup</span></span>}
. qq{</div>}; . qq{</div>};
} }
my $html = qq{<div class="flex items-center justify-center gap-4 mb-5">\n}; my $html = qq{<div class="flex items-center justify-center gap-4 mb-5">\n};