Added a small shadow to the item. for better visablity in light mode.

This commit is contained in:
Bram Suurd
2024-06-04 21:22:49 +02:00
parent abf25e4c35
commit 66efa8dd09

View File

@@ -182,7 +182,7 @@ function ScriptItem({
<div className="flex justify-between">
<div className="flex">
<Image
className="h-32 w-32 rounded-lg bg-accent/60 object-contain p-3"
className="h-32 w-32 rounded-lg bg-accent/60 shadow-md object-contain p-3"
src={item.logo}
width={400}
height={400}