Fix poster placeholder height on small screens (#883)

hotio 8 years ago committed by Devin Buhl
parent 76963d8109
commit dbd1080f5c

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

Loading…
Cancel
Save