@ -64,7 +64,11 @@ export const Post = ({ metadata, mdxSource }: Props) => (
|
|||||||
link: (props: any) => <Link {...props} />,
|
link: (props: any) => <Link {...props} />,
|
||||||
Image: (props) => (
|
Image: (props) => (
|
||||||
<Image
|
<Image
|
||||||
style={{ borderRadius: '.5rem', ...props.style }}
|
style={{
|
||||||
|
borderRadius: '.5rem',
|
||||||
|
maxWidth: '100%',
|
||||||
|
...props.style,
|
||||||
|
}}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
|
@ -23,3 +23,7 @@
|
|||||||
.prose > *:not(img) {
|
.prose > *:not(img) {
|
||||||
width: 100%;
|
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="
|
src="https://cards.producthunt.com/cards/reviews/627368?v="
|
||||||
width="500"
|
width="500"
|
||||||
height="405"
|
height="405"
|
||||||
frameborder="0"
|
/>
|
||||||
></iframe>
|
|
||||||
|
|
||||||
<Cta />
|
<Cta />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user