Increase nav logo text size from 1.4rem to 2rem

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

View File

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