We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bc882 commit 7a68afbCopy full SHA for 7a68afb
src/theme/DocItem/TOC/Desktop/index.js
@@ -13,7 +13,7 @@ export default function DocItemTOCDesktop() {
13
maxHeadingLevel={frontMatter.toc_max_heading_level}
14
className={ThemeClassNames.docs.docTocDesktop}
15
/>
16
- <iframe src="https://filledstacks.substack.com/embed" width="350" height="320" style={{ border: "1px solid #EEE", background: "white" }}></iframe>
+ <iframe src="https://filledstacks.substack.com/embed" width="320" height="320" style={{ border: "1px solid #EEE", background: "white" }}></iframe>
17
</div>
18
);
19
}
0 commit comments