font size and font weight + social align

This commit is contained in:
hamid zarghami
2025-08-04 12:18:23 +03:30
parent d15a63a510
commit 4433c4ce1b
6 changed files with 74 additions and 22 deletions
@@ -132,7 +132,7 @@ const SocialRenderer: FC<SocialRendererProps> = ({ socials, itemId, sectionKey }
valign={getVerticalAlign(socials[0]?.verticalAlignment)}
style={{ padding: '4px 0' }}
>
<div style={{ display: 'flex', justifyContent: getHorizontalAlign(socials[0]?.alignment), gap: '4px', flexWrap: 'wrap' }}>
<div style={{ textAlign: getHorizontalAlign(socials[0]?.alignment) }}>
{socials.map((social) => (
<div
key={social.id}
@@ -144,7 +144,8 @@ const SocialRenderer: FC<SocialRendererProps> = ({ socials, itemId, sectionKey }
outlineOffset: '2px',
borderRadius: '4px',
padding: '2px',
display: 'inline-block'
display: 'inline-block',
margin: '2px'
}}
>
<div style={getIconStyle(social)}>