Fix incorrect SocialLayout width

Signed-off-by: ekreten <135865390+ekreten@users.noreply.github.com>
This commit is contained in:
ekreten 2024-01-24 15:22:01 +01:00 committed by GitHub
parent 2856debcd9
commit 8762566434
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}