mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-12-23 14:33:36 +01:00
Set styles for mobile press events
This commit is contained in:
@@ -17,7 +17,7 @@ const { title, artist, album, youtubeLink, cover } = Astro.props;
|
||||
<Image
|
||||
src={cover}
|
||||
alt={`Cover for the song '${title}' by artist(s) '${artist}'`}
|
||||
class="border border-neutral-400 duration-300 hover:scale-105 dark:border-neutral-500"
|
||||
class="border border-neutral-400 duration-300 hover:scale-105 active:scale-105 dark:border-neutral-500"
|
||||
/>
|
||||
</a>
|
||||
<figcaption class="flex flex-col p-4 text-center">
|
||||
|
||||
Reference in New Issue
Block a user