diff --git a/resources/assets/sass/layout/_home.scss b/resources/assets/sass/layout/_home.scss index 9e020ec1..53d37f43 100644 --- a/resources/assets/sass/layout/_home.scss +++ b/resources/assets/sass/layout/_home.scss @@ -7,14 +7,8 @@ @use "../components/featured"; @use "../components/podcast_items"; -ins[data-revive-zoneid] { - margin-top: -30px; - text-align: center; - margin-bottom: 30px; -} - @media (max-width: 576px) { - ins[data-revive-zoneid] { + ins[data-revive-zoneid] img { max-width: 100%; height: auto; } diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 0299f0ec..72fea68c 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -136,8 +136,10 @@
@if(!isset($disableBanners) || !$disableBanners) - - +
+ + +
@endif
diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index 632557e2..c1828a23 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -89,7 +89,7 @@
@if(!isset($disableBanners) || !$disableBanners) -
+
@endif