mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
.nitpicking
This commit is contained in:
@@ -4,7 +4,7 @@ import React from 'react';
|
||||
|
||||
export const SocialLayout = () => {
|
||||
return (
|
||||
<div className='grid grid-flow-col w-48 mt-3 text-2xl space-x-8'>
|
||||
<div className='grid grid-flow-col w-48 mt-3 text-2xl space-x-8 pl-1'>
|
||||
{socials.map((social) => (
|
||||
<Icon
|
||||
key={social.id}
|
||||
|
Reference in New Issue
Block a user