mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
added top padding to the imageWrapper
This commit is contained in:
parent
256075b67c
commit
95a0c8795e
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue