File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ function ToolboxCard({
98
98
return (
99
99
< Link href = { link } passHref >
100
100
< div
101
- css = { tw `p-3 rounded-2xl bg-white/10 hover:bg-white/20 text-white hover:cursor-pointer width[15rem] max-w-full break-words min-height[12rem] w-56 block grid grid-cols-1 place-items-center mix-blend-multiply` }
101
+ css = { tw `gap-0.5 p-3 rounded-2xl bg-white/10 hover:bg-white/20 text-white hover:cursor-pointer width[15rem] max-w-full break-words min-height[12rem] w-56 block grid grid-cols-1 place-items-center mix-blend-multiply` }
102
102
>
103
103
< FontAwesomeIcon icon = { icon } size = { "3x" } />
104
- < p css = { tw `font-bold text-lg margin-bottom[-1rem] ` } > { name } </ p >
105
- < p css = { tw `text-center text-sm margin-top[-0.5rem] ` } > { description } </ p >
104
+ < p css = { tw `font-bold text-lg` } > { name } </ p >
105
+ < p css = { tw `text-center text-sm` } > { description } </ p >
106
106
</ div >
107
107
</ Link >
108
108
) ;
You can’t perform that action at this time.
0 commit comments