added top padding to the imageWrapper

This commit is contained in:
StefanWout 2024-09-06 14:08:43 +01:00
parent 256075b67c
commit 95a0c8795e

View file

@ -10,7 +10,7 @@ const styles = {
wrapper:
"group active:bg-brandmidblue font-medium leading-none text-base tracking-wider text-gray-400 hover:text-white-300 bg-white hover:bg-hoverblue shadow-xl hover:shadow-none cursor-pointer w-60 h-80 rounded-3xl flex flex-col items-center justify-center",
header: "relative mt-2 mx-2 border-red",
imageWrapper: "h-52 rounded-2xl overflow-hidden flex items-center",
imageWrapper: "pt-5 h-52 rounded-2xl overflow-hidden flex items-center",
wrapperAnime: "transition-all duration-500 ease-in-out",
image: "object-cover mx-auto",
textWrapper: "pb-3 w-full px-4 flex justify-center items-center max-h-16 my-auto text-gray-700 text-center group-hover:text-white transition-all duration-500 ease-in-out",