Fix poster placeholder height on small screens (#883)

This commit is contained in:
hotio 2017-02-25 16:58:50 +01:00 committed by Devin Buhl
parent 76963d8109
commit dbd1080f5c
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@
}
@media (max-width: @screen-xs-max) {
height : 283px;
height : 302px;
margin : 5px;
padding : 6px 5px;