lgo height change

This commit is contained in:
Amit Rana 2026-04-16 09:27:10 +05:30
parent 9d81183e82
commit 20b0f24a53
3 changed files with 6 additions and 6 deletions

View File

@ -577,7 +577,7 @@
gap: 48px; margin-bottom: 56px;
}
.footer-logo-img {
height: 40px; width: auto; margin-bottom: 18px;
height: 65px; width: auto; margin-bottom: 18px;
filter: brightness(0) invert(1); opacity: .8;
}
.footer-desc { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 24px; }
@ -1119,7 +1119,7 @@
<div class="container">
<div class="footer-main">
<div>
<img src="img/logo.png" alt="Quantum Tasks AI" class="footer-logo-img" width="200" height="60" />
<img src="img/logo.png" alt="Quantum Tasks AI" class="footer-logo-img" width="217" height="65" />
<p class="footer-desc">AI-powered automation, cybersecurity, and digital growth — built for businesses ready to move faster and compete smarter.</p>
<a href="mailto:info@quantumtaskai.com" class="footer-contact-link">&nbsp;info@quantumtaskai.com</a>
<span class="footer-contact-link">📍 &nbsp;Dubai, UAE</span>

View File

@ -762,7 +762,7 @@
}
.footer-logo-img {
height: 60px; width: auto; margin-bottom: 18px;
height: 65px; width: auto; margin-bottom: 18px;
filter: brightness(0) invert(1); opacity: 0.8;
}
@ -1357,7 +1357,7 @@
<div class="container">
<div class="footer-main">
<div>
<img src="img/logo.png" alt="Quantum Tasks AI" class="footer-logo-img" width="200" height="60" />
<img src="img/logo.png" alt="Quantum Tasks AI" class="footer-logo-img" width="217" height="65" />
<p class="footer-desc">AI-powered automation, cybersecurity, and digital growth — built for businesses ready to move faster and compete smarter.</p>
<a href="mailto:info@quantumtaskai.com" class="footer-contact-link">&nbsp;info@quantumtaskai.com</a>
<span class="footer-contact-link">📍 &nbsp;Dubai, UAE</span>

View File

@ -61,7 +61,7 @@
}
.sh-logo img {
height: 80px;
height: 65px;
width: auto;
display: block;
}
@ -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="80" loading="eager" fetchpriority="high">' +
'<img src="' + LOGO_URL + '" alt="Quantum Tasks AI" height="65" loading="eager" fetchpriority="high">' +
'</a>' +
'<nav aria-label="Main navigation">' +
'<ul class="sh-nav" id="sh-nav">' + buildNavItems() + '</ul>' +