2
0

🐛 (lp) Fix image size in blog on mobile

Closes #1605
This commit is contained in:
Baptiste Arnaud
2024-06-24 15:40:24 +02:00
parent 7790cf4f27
commit 80da7af4f1
3 changed files with 10 additions and 3 deletions

View File

@ -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}
/>
),

View File

@ -23,3 +23,7 @@
.prose > *:not(img) {
width: 100%;
}
.prose > iframe {
border-radius: 0.5rem;
}

View File

@ -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 />