This commit is contained in:
Amit Rana 2026-04-15 13:07:55 +05:30
parent 80a39e1a2a
commit 0484dd1f7a
3 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -762,7 +762,7 @@
} }
.footer-logo-img { .footer-logo-img {
height: 40px; width: auto; margin-bottom: 18px; height: 60px; width: auto; margin-bottom: 18px;
filter: brightness(0) invert(1); opacity: 0.8; filter: brightness(0) invert(1); opacity: 0.8;
} }

View File

@ -54,14 +54,14 @@
.sh-inner { .sh-inner {
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
padding: 14px 24px; padding: 6px 24px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.sh-logo img { .sh-logo img {
height: 60px; height: 80px;
width: auto; width: auto;
display: block; display: block;
} }
@ -150,7 +150,7 @@
.sh-inner { position: relative; } .sh-inner { position: relative; }
.sh-logo img { height: 40px; } .sh-logo img { height: 52px; }
.sh-nav { .sh-nav {
display: none; display: none;
@ -210,7 +210,7 @@
'<header id="sh-header">' + '<header id="sh-header">' +
'<div class="sh-inner">' + '<div class="sh-inner">' +
'<a href="' + HOME_URL + '" class="sh-logo">' + '<a href="' + HOME_URL + '" class="sh-logo">' +
'<img src="' + LOGO_URL + '" alt="Quantum Tasks AI" height="60" loading="eager" fetchpriority="high">' + '<img src="' + LOGO_URL + '" alt="Quantum Tasks AI" height="80" loading="eager" fetchpriority="high">' +
'</a>' + '</a>' +
'<nav aria-label="Main navigation">' + '<nav aria-label="Main navigation">' +
'<ul class="sh-nav" id="sh-nav">' + buildNavItems() + '</ul>' + '<ul class="sh-nav" id="sh-nav">' + buildNavItems() + '</ul>' +