mirror of
https://github.com/FranP-code/spooky-spotify-showcase.git
synced 2025-10-13 00:02:36 +00:00
Fix growing on albums showcase
This commit is contained in:
@@ -15,7 +15,7 @@ export default function AlbumShowcase({
|
|||||||
className="flex w-full flex-wrap gap-3 rounded-xl bg-white bg-opacity-10 p-5 backdrop-blur-lg backdrop-filter"
|
className="flex w-full flex-wrap gap-3 rounded-xl bg-white bg-opacity-10 p-5 backdrop-blur-lg backdrop-filter"
|
||||||
>
|
>
|
||||||
<img className="h-36 w-36 rounded" src={imageSource} alt={album.name} />
|
<img className="h-36 w-36 rounded" src={imageSource} alt={album.name} />
|
||||||
<section className="flex h-36 flex-col">
|
<section className="flex h-36 flex-grow flex-col">
|
||||||
<h4 className="mb-2 text-lg font-semibold leading-none">
|
<h4 className="mb-2 text-lg font-semibold leading-none">
|
||||||
{album.name}
|
{album.name}
|
||||||
</h4>
|
</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user