diff --git a/src/styles/base.css b/src/styles/base.css index 2a5ee89..aca929c 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -147,7 +147,7 @@ } .w3pn-hp-grid > div { - @apply aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer; + @apply z-10 aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer; } .w3pn-project-item {