Fix incorrect SocialLayout width (#341)

This commit is contained in:
skidoodle 2024-01-24 15:46:29 +01:00 committed by GitHub
commit 91d09c41c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ import React from 'react'
export const SocialLayout = () => { export const SocialLayout = () => {
return ( return (
<div className='mt-3 grid w-48 grid-flow-col space-x-8 pl-1 text-[1.7rem] leading-none'> <div className='mt-3 grid w-fit grid-flow-col space-x-8 pl-1 text-[1.7rem] leading-none'>
{Socials.map((social) => ( {Socials.map((social) => (
<Icon <Icon
key={social.id} key={social.id}