enlarge palette and remove color preprocessing

This commit is contained in:
2023-01-07 02:31:04 -08:00
parent 5a4e5f69a8
commit 0e4248e29e
2 changed files with 33 additions and 33 deletions

View File

@@ -240,7 +240,7 @@ const GalleryImage = ({ data, location: { state } }) => {
<h1 className="text-4xl mt-0 font-sans">{name}</h1>
)}
<p className="landscape:mr-2">{meta.Caption}</p>
<div className="grid grid-cols-6 w-full h-[30px]">
<div className="grid grid-cols-6 h-[40px] w-[240px]">
<div className="bg-vibrant"></div>
<div className="bg-vibrant-light"></div>
<div className="bg-vibrant-dark"></div>