15 lines
198 B
SCSS
15 lines
198 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
@import "../initial";
|
||
|
|
||
|
.layout-slide {
|
||
|
position: relative;
|
||
|
// margin-bottom: 2rem;
|
||
|
z-index: 0;
|
||
|
clear:both;
|
||
|
|
||
|
.w-ad-banner {
|
||
|
max-width: 1200px;
|
||
|
margin: auto;
|
||
|
}
|
||
|
}
|