add more rando

This commit is contained in:
2025-07-13 00:12:14 +02:00
parent f07fd1b2b8
commit 2d1ba47481

View File

@ -6,7 +6,7 @@ export default async function PortfolioTwoPage() {
return (
<main className="p-2 mx-auto max-w-screen-2xl">
<JustifiedGallery images={images} rowHeight={280} />
<JustifiedGallery images={images} rowHeight={350} gap={8} />
</main>
);
}