1
0
Fork 0

CSS consistency on small screens

This commit is contained in:
Chocobozzz 2023-11-22 08:28:22 +01:00
parent 5ef3378534
commit 4c07200d64
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 4 deletions

View File

@ -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;
}