Disply other videos if screen >= 1300px

pull/433/head
Chocobozzz 2018-03-29 08:49:34 +02:00
parent 2b084d7048
commit 23f4c3d412
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@
}
}
@media screen and (max-width: 1400px) {
@media screen and (max-width: 1300px) {
.other-videos {
display: none;
}