Skip to content

Commit 643ee3b

Browse files
committed
Fix font sizes on tablet
1 parent e7a5d93 commit 643ee3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function ToolboxCard({
9999
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`}
100100
>
101101
<FontAwesomeIcon icon={icon} size={"3x"} />
102-
<p css={tw`font-bold text-lg`}>{name}</p>
102+
<p css={tw`font-bold text-lg md:text-base`}>{name}</p>
103103
<p css={tw`text-center text-sm`}>{description}</p>
104104
</div>
105105
</Link>

0 commit comments

Comments
 (0)