feat: add mobile banner to header
This commit is contained in:
9
resources/assets/sass/layout/_home.scss
vendored
9
resources/assets/sass/layout/_home.scss
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user