@ -64,7 +64,11 @@ export const Post = ({ metadata, mdxSource }: Props) => (
|
||||
link: (props: any) => <Link {...props} />,
|
||||
Image: (props) => (
|
||||
<Image
|
||||
style={{ borderRadius: '.5rem', ...props.style }}
|
||||
style={{
|
||||
borderRadius: '.5rem',
|
||||
maxWidth: '100%',
|
||||
...props.style,
|
||||
}}
|
||||
{...props}
|
||||
/>
|
||||
),
|
||||
|
@ -23,3 +23,7 @@
|
||||
.prose > *:not(img) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.prose > iframe {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
@ -108,8 +108,7 @@ While Typebot's free plan is generous, it does lack some advanced features like
|
||||
src="https://cards.producthunt.com/cards/reviews/627368?v="
|
||||
width="500"
|
||||
height="405"
|
||||
frameborder="0"
|
||||
></iframe>
|
||||
/>
|
||||
|
||||
<Cta />
|
||||
|
||||
|
Reference in New Issue
Block a user