diff --git a/src/Components/Profile/SocialShareBar.tsx b/src/Components/Profile/SocialShareBar.tsx
index c3bd8cae..b7c8f692 100644
--- a/src/Components/Profile/SocialShareBar.tsx
+++ b/src/Components/Profile/SocialShareBar.tsx
@@ -2,7 +2,7 @@ import SocialShareButton from './SocialShareButton';
const SocialShareBar = ({url, title, platforms = ['facebook', 'twitter', 'linkedin', 'xing', 'email']}) => {
return (
-
+
{platforms.map((platform) => (
{
href={finalShareUrl}
target='_blank'
rel='noopener noreferrer'
- className='tw-w-8 tw-h-8 tw-mt-4 tw-rounded-full tw-flex tw-items-center tw-justify-center tw-text-white'
+ className='tw-w-8 tw-h-8 tw-mt-2 tw-rounded-full tw-flex tw-items-center tw-justify-center tw-text-white'
style={{
color: 'white',
backgroundColor: bgColor