fix tablet css breakpoints and grid spacing

This commit is contained in:
simon 2022-06-27 09:48:36 +07:00
parent 8c07932071
commit 1857ac44ca
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 6 additions and 2 deletions

View File

@ -1086,8 +1086,12 @@ button:hover {
}
/* tablet */
@media screen and (max-width: 1000px) {
.boxed-content {
@media screen and (max-width: 1000px), screen and (max-height: 850px) {
.boxed-content,
.boxed-content.boxed-4,
.boxed-content.boxed-5,
.boxed-content.boxed-6,
.boxed-content.boxed-7 {
width: 90%;
}
.video-list.grid.grid-3,