diff --git a/resources/assets/sass/layout/_home.scss b/resources/assets/sass/layout/_home.scss index e5b5ec7a..55bb8073 100644 --- a/resources/assets/sass/layout/_home.scss +++ b/resources/assets/sass/layout/_home.scss @@ -7,8 +7,12 @@ @use "../components/featured"; @use "../components/podcast_items"; -ins[data-revive-zoneid] { +.header_container ins[data-revive-zoneid] { margin-top: -30px; text-align: center; margin-bottom: 30px; } + +.mobile-banner-fullwidth { + margin: 1.5rem 0; +} diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 0299f0ec..bad37442 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -5,6 +5,12 @@ @endsection @section('content') +
+ @if(!isset($disableBanners) || !$disableBanners) + + @endif +
+
{{-- Desktop --}}