Updated containers and the image inline to be closer to the original site

This commit is contained in:
2023-09-04 01:30:59 +02:00
parent a2e9c105ba
commit 5b9b42f788
7 changed files with 66 additions and 28 deletions

View File

@@ -25,10 +25,10 @@ export const Content: PageBlockFunction<PageBlocksContent> = ({ data }) => {
return (
<Section>
<Container
className={ "" }
className={ "prose default-text-color" }
data-tina-field={ tinaField(data, "body") }
size="large"
width="medium"
size="small"
width="large"
>
<TinaMarkdown components={ { ...inlineComponents, html: props => <HTMLInline { ...props } /> } } content={ data.body } />
</Container>