exclude google ads from iframe reset
This commit is contained in:
parent
3a57c4b7a0
commit
11e4fcc4d8
2 changed files with 2 additions and 10 deletions
|
|
@ -53,11 +53,3 @@
|
|||
</script>
|
||||
|
||||
<div data-freestar-ad="{dataFreestarAd || null}" id="{adId}"></div>
|
||||
|
||||
<style lang="scss">
|
||||
div {
|
||||
:global(iframe) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ figure {
|
|||
@include fmx-auto;
|
||||
}
|
||||
|
||||
iframe {
|
||||
iframe:not([id^="google_ads_iframe_"]) {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue