font size and font weight + social align
This commit is contained in:
@@ -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)}>
|
||||
|
||||
Reference in New Issue
Block a user