Skip to content

Commit e85d63b

Browse files
committed
fix: iframe settings
1 parent dcca3c9 commit e85d63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/MarkdownRender.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const MarkdownRenderBlock = styled.div`
7272
margin-bottom: 1.5rem;
7373
}
7474
75-
iframe {
75+
iframe:not([id^='google_ads']) {
7676
width: 768px;
7777
height: 430px;
7878
max-width: 100%;

0 commit comments

Comments
 (0)