Skip to content

Commit 7a68afb

Browse files
committed
Fixes newsletter subscribe section width
1 parent b9bc882 commit 7a68afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/DocItem/TOC/Desktop/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function DocItemTOCDesktop() {
1313
maxHeadingLevel={frontMatter.toc_max_heading_level}
1414
className={ThemeClassNames.docs.docTocDesktop}
1515
/>
16-
<iframe src="https://filledstacks.substack.com/embed" width="350" height="320" style={{ border: "1px solid #EEE", background: "white" }}></iframe>
16+
<iframe src="https://filledstacks.substack.com/embed" width="320" height="320" style={{ border: "1px solid #EEE", background: "white" }}></iframe>
1717
</div>
1818
);
1919
}

0 commit comments

Comments
 (0)