Skip to content

Commit 490247f

Browse files
committed
fix: add fixed width to ads container
1 parent 1c90d1c commit 490247f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/theme/TOC/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function TOCWrapper(props) {
1010
{/* <AdsContainerElement id="right-sidebar-ads" /> */}
1111
<ins
1212
className="adsbygoogle"
13-
style={{ display: 'block', position: 'fixed', width: '100%', height: '600px' }}
13+
style={{ display: 'block', position: 'fixed', width: '300px', height: '600px' }}
1414
data-ad-client="ca-pub-7420210265158247"
1515
data-ad-slot="8711379942"
1616
data-ad-format="auto"

0 commit comments

Comments
 (0)