mirror of
https://github.com/thecyberlearn/quantum-website-2026.git
synced 2026-08-18 09:03:21 +00:00
lgo height change
This commit is contained in:
parent
9d81183e82
commit
20b0f24a53
@ -577,7 +577,7 @@
|
|||||||
gap: 48px; margin-bottom: 56px;
|
gap: 48px; margin-bottom: 56px;
|
||||||
}
|
}
|
||||||
.footer-logo-img {
|
.footer-logo-img {
|
||||||
height: 40px; width: auto; margin-bottom: 18px;
|
height: 65px; width: auto; margin-bottom: 18px;
|
||||||
filter: brightness(0) invert(1); opacity: .8;
|
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; }
|
.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="container">
|
||||||
<div class="footer-main">
|
<div class="footer-main">
|
||||||
<div>
|
<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>
|
<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">✉ info@quantumtaskai.com</a>
|
<a href="mailto:info@quantumtaskai.com" class="footer-contact-link">✉ info@quantumtaskai.com</a>
|
||||||
<span class="footer-contact-link">📍 Dubai, UAE</span>
|
<span class="footer-contact-link">📍 Dubai, UAE</span>
|
||||||
|
|||||||
@ -762,7 +762,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-logo-img {
|
.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;
|
filter: brightness(0) invert(1); opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1357,7 +1357,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-main">
|
<div class="footer-main">
|
||||||
<div>
|
<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>
|
<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">✉ info@quantumtaskai.com</a>
|
<a href="mailto:info@quantumtaskai.com" class="footer-contact-link">✉ info@quantumtaskai.com</a>
|
||||||
<span class="footer-contact-link">📍 Dubai, UAE</span>
|
<span class="footer-contact-link">📍 Dubai, UAE</span>
|
||||||
|
|||||||
@ -61,7 +61,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sh-logo img {
|
.sh-logo img {
|
||||||
height: 80px;
|
height: 65px;
|
||||||
width: auto;
|
width: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@ -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="80" loading="eager" fetchpriority="high">' +
|
'<img src="' + LOGO_URL + '" alt="Quantum Tasks AI" height="65" 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>' +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user