2022-04-08 12:25:22 +00:00
|
|
|
@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;
|
|
|
|
}
|
2022-04-26 09:28:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
.page__container--split {
|
|
|
|
width: 85%;
|
|
|
|
height: auto !important;
|
|
|
|
min-height: auto !important;
|
|
|
|
max-height: none !important;
|
|
|
|
}
|