fix tablet css breakpoints and grid spacing

pull/270/head
simon 2 years ago
parent 8c07932071
commit 1857ac44ca
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

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

Loading…
Cancel
Save