mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-08 07:41:05 +00:00
Merge pull request #17 from PinguinLars/main
I might have fixed the title issue (I moved it down a bit)
This commit is contained in:
commit
311320d9a6
1 changed files with 2 additions and 2 deletions
|
@ -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-[500px] md: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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue