Update height of posters to accomodate additional labels

This commit is contained in:
Tim Turner 2017-01-18 17:24:27 -05:00
parent 91c820f98b
commit 2bb21fedab
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@
.card; .card;
.clickable; .clickable;
margin-bottom : 20px; margin-bottom : 20px;
height : 344px; height : 363px;
.center { .center {
display : block; display : block;
@ -166,7 +166,7 @@
} }
@media (max-width: @screen-xs-max) { @media (max-width: @screen-xs-max) {
height : 268px; height : 283px;
margin : 5px; margin : 5px;
padding : 6px 5px; padding : 6px 5px;