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

15 lines
199 B
SCSS

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