feat: update SoundCard styling and adjust layout in SoundsPage for better responsiveness
Some checks failed
Frontend CI / lint (push) Failing after 18s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-09-22 20:43:09 +02:00
parent 756e1307f1
commit 79d9bd7f76
2 changed files with 3 additions and 3 deletions

View File

@@ -307,7 +307,7 @@ export function SoundsPage() {
}
return (
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-4">
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-5 gap-4">
{sounds.map((sound, idx) => (
<SoundCard
key={sound.id}