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

16 lines
263 B
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.layout-slide {
position: relative;
margin-bottom: 2rem;
z-index: 0;
overflow: hidden;
.w-ad-banner {
max-width: 1000px;
max-height: 220px;
margin: auto;
background-color: rgb(247,247,247);
}
}