From 79d9bd7f76b98ac0296a406536ce08448822e33b Mon Sep 17 00:00:00 2001 From: JSC Date: Mon, 22 Sep 2025 20:43:09 +0200 Subject: [PATCH] feat: update SoundCard styling and adjust layout in SoundsPage for better responsiveness --- src/components/sounds/SoundCard.tsx | 4 ++-- src/pages/SoundsPage.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sounds/SoundCard.tsx b/src/components/sounds/SoundCard.tsx index c2f533e..c23c481 100644 --- a/src/components/sounds/SoundCard.tsx +++ b/src/components/sounds/SoundCard.tsx @@ -53,7 +53,7 @@ export function SoundCard({ sound, playSound, onFavoriteToggle, colorClasses }: {/* Type badge */} {sound.type} @@ -79,7 +79,7 @@ export function SoundCard({ sound, playSound, onFavoriteToggle, colorClasses }: /> -

{sound.name}

+

{sound.name}

diff --git a/src/pages/SoundsPage.tsx b/src/pages/SoundsPage.tsx index 73fb794..bc7d256 100644 --- a/src/pages/SoundsPage.tsx +++ b/src/pages/SoundsPage.tsx @@ -307,7 +307,7 @@ export function SoundsPage() { } return ( -
+
{sounds.map((sound, idx) => (