0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 15:26:01 +09:00

Update icon size

This commit is contained in:
yude 2021-12-12 07:15:34 +09:00
parent 5a0e87d7d4
commit 2bd3b69da1
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -10,7 +10,7 @@ const Contact = (props) => {
<div className="hover:underline">
<Link href={{ pathname: dest }}>
<a>
<FontAwesomeIcon icon={icon} className="w-7 h-7 inline lg:w-10 lg:h-10 md:w-7 md:h-7"/>
<FontAwesomeIcon icon={icon} className="text-3xl inline lg:text-4xl md:w-7 md:h-7"/>
<p className="font-mono text-xl">{caption}</p>
</a>
</Link>