Feat: new categories and mobile

This commit is contained in:
2025-01-13 16:50:13 +03:00
parent ae7c821562
commit bfc9b9a367
7 changed files with 40 additions and 35 deletions

View File

@@ -47,7 +47,7 @@ const App = () => {
/>
))}
</div>
<div className='flex flex-row w-full gap-1 p-5'>
<div className='flex flex-row w-full gap-1 p-5 flex-wrap'>
{images
.filter(image => image.category === '')
.map((image, index) => (