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

View File

@@ -4,7 +4,7 @@ import React from 'react'
export const SocialLayout = () => {
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) => (
<Icon
key={social.id}