CSS consistency on small screens
This commit is contained in:
parent
5ef3378534
commit
4c07200d64
|
@ -43,14 +43,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include on-mobile-main-col {
|
||||||
@include on-small-main-col {
|
|
||||||
.video {
|
.video {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@include on-mobile-main-col {
|
|
||||||
.checkbox-container {
|
.checkbox-container {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user