feat: 💄 add margin below images

main
RaviAnand Mohabir 3 weeks ago
parent a5b8f491eb
commit c5853f1f55

@ -162,7 +162,7 @@ export function serializeLexical({ nodes }: Props): JSX.Element {
const media = node.value as Media;
return (
<styled.div textAlign="center">
<styled.div textAlign="center" mb={4}>
<Image
height={250}
width={500}

Loading…
Cancel
Save