I think the mobile issue is fixed (just gave it alot of margin lol)

This commit is contained in:
Lars 2025-06-24 13:09:59 +02:00
parent 383d4a250d
commit 7667105bc7
No known key found for this signature in database

View file

@ -50,7 +50,7 @@ const Gallery = () => {
/>
</Head>
<div className="p-4 backdrop-blur-md bg-gray-800/50 rounded-lg mt-4">
<div className="p-4 backdrop-blur-md bg-gray-800/50 rounded-lg mt-[500px] md:mt-4">
<h1 className="text-2xl font-bold mb-2 text-center text-[#FFC0CB]">Gallery</h1>
<p className="text-center text-gray-300 mb-4">All of my stupid pics to show :3</p>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
@ -79,7 +79,7 @@ const Gallery = () => {
</div>
{selectedImage && (
<div
<div
className="fixed inset-0 flex items-center justify-center z-50 backdrop-blur-sm"
onClick={handleBackdropClick}
>