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

24 lines
338 B
SCSS
Raw Normal View History

2021-04-19 03:12:30 +00:00
@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;
left: 0;
top: 30px;
z-index: -1;
}