28 lines
370 B
SCSS
28 lines
370 B
SCSS
|
@import '../components/_page.scss';
|
||
|
|
||
|
.page__container {
|
||
|
width: 85%;
|
||
|
}
|
||
|
|
||
|
.page__group-content {
|
||
|
@include md_mobile;
|
||
|
}
|
||
|
|
||
|
.page__banner {
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.page__group-title {
|
||
|
margin: auto;
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.page__container--split {
|
||
|
width: 85%;
|
||
|
height: auto !important;
|
||
|
min-height: auto !important;
|
||
|
max-height: none !important;
|
||
|
}
|