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 {
height: 40px; width: auto; margin-bottom: 18px;
height: 60px; width: auto; margin-bottom: 18px;
filter: brightness(0) invert(1); opacity: 0.8;
}

View File

@ -54,14 +54,14 @@
.sh-inner {
max-width: 1200px;
margin: 0 auto;
padding: 14px 24px;
padding: 6px 24px;
display: flex;
align-items: center;
justify-content: space-between;
}
.sh-logo img {
height: 60px;
height: 80px;
width: auto;
display: block;
}
@ -150,7 +150,7 @@
.sh-inner { position: relative; }
.sh-logo img { height: 40px; }
.sh-logo img { height: 52px; }
.sh-nav {
display: none;
@ -210,7 +210,7 @@
'<header id="sh-header">' +
'<div class="sh-inner">' +
'<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>' +
'<nav aria-label="Main navigation">' +
'<ul class="sh-nav" id="sh-nav">' + buildNavItems() + '</ul>' +