fix: center banners on mobile
This commit is contained in:
8
resources/assets/sass/layout/_home.scss
vendored
8
resources/assets/sass/layout/_home.scss
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user