diff --git a/resources/assets/sass/layout/_home.scss b/resources/assets/sass/layout/_home.scss index 55bb8073..d67a1b35 100644 --- a/resources/assets/sass/layout/_home.scss +++ b/resources/assets/sass/layout/_home.scss @@ -7,12 +7,15 @@ @use "../components/featured"; @use "../components/podcast_items"; -.header_container ins[data-revive-zoneid] { +ins[data-revive-zoneid] { margin-top: -30px; text-align: center; margin-bottom: 30px; } -.mobile-banner-fullwidth { - margin: 1.5rem 0; +@media (min-width: 576px) { + ins[data-revive-zoneid] { + max-width: 100%; + height: auto; + } } diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index bad37442..0299f0ec 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -5,12 +5,6 @@ @endsection @section('content') -
-