22 lines
445 B
SCSS
Vendored
22 lines
445 B
SCSS
Vendored
@use "../components/main_news";
|
|
@use "../components/box";
|
|
@use "../components/blog";
|
|
@use "../components/sidebar";
|
|
@use "../components/radio_box";
|
|
@use "../components/contact_box";
|
|
@use "../components/featured";
|
|
@use "../components/podcast_items";
|
|
|
|
ins[data-revive-zoneid] {
|
|
margin-top: -30px;
|
|
text-align: center;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
ins[data-revive-zoneid] {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|