feat: update SoundCard styling and adjust layout in SoundsPage for better responsiveness
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user