diff --git a/src/index.webc b/src/index.webc index 6454a5a..5b273a7 100644 --- a/src/index.webc +++ b/src/index.webc @@ -701,6 +701,11 @@ changefreq: "weekly" .marquee-row:hover .marquee-track { animation-play-state: paused !important; } + .marquee-logo-link { + display: flex; + align-items: center; + flex-shrink: 0; + } .marquee-logo { width: auto; max-width: 8rem; @@ -709,7 +714,7 @@ changefreq: "weekly" transition: opacity 0.2s ease; cursor: pointer; } - .marquee-logo:hover { + .marquee-logo-link:hover .marquee-logo { opacity: 1; } @keyframes marquee-scroll { @@ -731,11 +736,23 @@ changefreq: "weekly"