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