diff --git a/packages/web/components/templates/article/ArticleContainer.tsx b/packages/web/components/templates/article/ArticleContainer.tsx index 44d79d58c..95282de0f 100644 --- a/packages/web/components/templates/article/ArticleContainer.tsx +++ b/packages/web/components/templates/article/ArticleContainer.tsx @@ -173,7 +173,7 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element { id="article-container" css={{ padding: '16px', - maxWidth: '100%', + maxWidth: props.isAppleAppEmbed ? 1024 - styles.margin : '100%', background: props.isAppleAppEmbed ? 'unset' : theme.colors.grayBg.toString(),