mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
Fix incorrect SocialLayout width (#341)
This commit is contained in:
commit
91d09c41c8
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue