update music card styles

This commit is contained in:
Luke Pulverenti 2015-04-16 23:31:09 -04:00
parent e75bd326d3
commit bda0f89c4d
5 changed files with 11 additions and 22 deletions

View file

@ -45,7 +45,7 @@
}
.cardBox {
margin: 2px;
margin: 1px;
}
.grayscale {
@ -54,15 +54,8 @@
filter: grayscale(100%);
}
@media all and (max-width: 600px) {
.cardBox {
margin: 1px;
}
}
.bottomPaddedCard .cardBox {
margin-bottom: 10px;
margin-bottom: 5px;
}
.visualFooterCard .outerCardFooter {
@ -403,10 +396,6 @@
@media all and (min-width: 2200px) {
.squareCard {
width: 10%;
}
.bannerCard {
width: 25%;
}