mirror of
https://github.com/thecyberlearn/quantum-website-2026.git
synced 2026-08-18 10:03:21 +00:00
logo fix
This commit is contained in:
parent
80a39e1a2a
commit
0484dd1f7a
BIN
img/logo.png
BIN
img/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 60 KiB |
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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>' +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user