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
commit dbd1080f5c

View file

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