I might have fixed the title issue (I moved it down a bit)

This commit is contained in:
Lars 2025-06-24 11:33:51 +02:00
parent d52ed3df4b
commit 383d4a250d
No known key found for this signature in database

View file

@ -50,7 +50,7 @@ const Gallery = () => {
/> />
</Head> </Head>
<div className="p-4 backdrop-blur-md bg-gray-800/50 rounded-lg"> <div className="p-4 backdrop-blur-md bg-gray-800/50 rounded-lg mt-4">
<h1 className="text-2xl font-bold mb-2 text-center text-[#FFC0CB]">Gallery</h1> <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> <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"> <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">