Fixed series poster size in FF

This commit is contained in:
Mark McDowall
2013-06-06 22:54:56 -07:00
parent c04dc9d5e9
commit 7961e83338
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -47,7 +47,7 @@
.card;
.clickable;
margin-bottom: 20px;
height: 300px;
height: 295px;
.center {
display: block;
@@ -122,6 +122,10 @@
opacity: 0.8;
display: none;
}
.series-poster {
width: 168px;
}
}
}