social icon hover scale

This commit is contained in:
skidoodle 2024-01-07 03:38:49 +01:00
parent dea0fbf9bd
commit b753ac9843

View file

@ -13,7 +13,7 @@ export const SocialLayout = () => {
>
{React.createElement(social.icon, {
className:
'fill-current focus:outline-none transition duration-300 ease-in-out hover:text-[#ad87ed]',
'fill-current focus:outline-none transition duration-300 ease-in-out hover:text-[#ad87ed] hover:scale-105',
})}
</Icon>
))}