diff --git a/src/index.webc b/src/index.webc index 5b273a7..6454a5a 100644 --- a/src/index.webc +++ b/src/index.webc @@ -701,11 +701,6 @@ 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; @@ -714,7 +709,7 @@ changefreq: "weekly" transition: opacity 0.2s ease; cursor: pointer; } - .marquee-logo-link:hover .marquee-logo { + .marquee-logo:hover { opacity: 1; } @keyframes marquee-scroll { @@ -736,23 +731,11 @@ changefreq: "weekly"