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:
@@ -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: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>};
|
. 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};
|
||||||
|
|||||||
Reference in New Issue
Block a user