diff --git a/src/components/AdSlot/AdSlot.svelte b/src/components/AdSlot/AdSlot.svelte index 38413de9..e258fb46 100644 --- a/src/components/AdSlot/AdSlot.svelte +++ b/src/components/AdSlot/AdSlot.svelte @@ -53,11 +53,3 @@
- - diff --git a/src/scss/reset/_main.scss b/src/scss/reset/_main.scss index 016a64fb..a7ae8946 100644 --- a/src/scss/reset/_main.scss +++ b/src/scss/reset/_main.scss @@ -34,7 +34,7 @@ figure { @include fmx-auto; } -iframe { +iframe:not([id^="google_ads_iframe_"]) { border: 0; width: 100%; -} +} \ No newline at end of file