diff --git a/src/components/windows/main/SpotifyCard.astro b/src/components/windows/main/SpotifyCard.astro index 672e43a..127a1ef 100644 --- a/src/components/windows/main/SpotifyCard.astro +++ b/src/components/windows/main/SpotifyCard.astro @@ -86,9 +86,9 @@ import HeartIcon from "@assets/svg/heart.svg"; #loved-icon { display: var(--loved); position: absolute; + width: 20px; bottom: -6px; - right: -6px; - + right: -5px; fill: var(--red); filter: drop-shadow(0 0 5px #0000006d); }