...
 
Commits (2)
......@@ -51,6 +51,11 @@ m-proChannel__home {
@media screen and (max-width: $max-mobile) {
width: 100%;
}
> * {
min-width: 0;
min-height: 0;
}
}
.m-proChannelHome__featuredContent {
......
......@@ -88,6 +88,11 @@ m-pro--channel-list {
grid-template-columns: 100%;
}
> * {
min-width: 0;
min-height: 0;
}
&.m-proChannelListContent__normalList {
grid-template-columns: 100%;
......