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

23 lines
348 B
SCSS
Executable File

@charset "utf-8";
@import "../initial";
// .layout-slide {
// position: relative;
// margin-bottom: 2rem;
// z-index: 0;
// background: $theme-gray;
// .w-ad-banner {
// max-width: 75em;
// margin: auto;
// }
// }
.background {
width: 100vw;
position: fixed !important;
left: 0;
top: 30px;
z-index: -1;
}