File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const ActionCard = ({
41
41
return (
42
42
< LinkBox
43
43
className = { cn (
44
- "flex shadow-table hover:scale-[1.02] hover:rounded hover:bg-background-highlight hover:shadow-table-box-hover hover:duration-100 focus:scale-[1.02] focus:rounded focus:shadow-table-box-hover focus:duration-100" ,
44
+ "flex flex-col md:flex-row shadow-table hover:scale-[1.02] hover:rounded hover:bg-background-highlight hover:shadow-table-box-hover hover:duration-100 focus:scale-[1.02] focus:rounded focus:shadow-table-box-hover focus:duration-100" ,
45
45
className
46
46
) }
47
47
{ ...props }
@@ -57,7 +57,7 @@ const ActionCard = ({
57
57
src = { image }
58
58
alt = { alt || "" }
59
59
width = { imageWidth }
60
- className = "max-h-full object-cover p-4"
60
+ className = "max-h-full object-cover p-4 self-center "
61
61
/>
62
62
</ Flex >
63
63
< div className = "flex flex-col justify-center p-6" >
You can’t perform that action at this time.
0 commit comments