Fix responsive in videos watch

pull/415/head
Chocobozzz 2018-03-26 09:39:23 +02:00
parent 20acba1c37
commit abf1c5858e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@
@media screen and (max-width: 1600px) { @media screen and (max-width: 1600px) {
.video-bottom { .video-bottom {
.video-info { .video-info {
margin-right: 0; margin-right: 20px;
.video-info-first-row { .video-info-first-row {
flex-direction: column; flex-direction: column;
@ -346,7 +346,7 @@
} }
} }
@media screen and (max-width: 1200px) { @media screen and (max-width: 1400px) {
.other-videos { .other-videos {
display: none; display: none;
} }