asiaH5/assets/stylesheets/template/layout/slide.scss

15 lines
208 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-slide {
position: relative;
margin-bottom: 2rem;
z-index: 0;
background: $theme-gray;
.w-ad-banner {
max-width: 1200px;
margin: auto;
}
}