Update page.tsx

This commit is contained in:
Damien Ostler 2024-06-02 04:50:23 -04:00
parent 4a3c7023ba
commit cd5d0bf304

View File

@ -46,7 +46,7 @@ function PageComponent() {
return (
<div className="w-full text-white flex justify-center items-center animate-in">
<div className="w-1/2 rounded-md bg-primary p-12 mt-32">
<div className="w-full flex pb-36">
<div className="w-full flex pb-48">
<GalleryThumbnail id={selectedGallery as string} columns={3} onSelect={function (id: string, columns: number): void {
} } title={""} subscription={""} tags={[]} showNsfw={false} nsfw={false} ></GalleryThumbnail>
</div>