fix xbox one browser access

This commit is contained in:
Luke Pulverenti 2015-05-06 23:11:51 -04:00
parent 0a24cd2dc6
commit 173773d5bc
22 changed files with 1229 additions and 172 deletions

View file

@ -49,6 +49,10 @@
margin: 1px;
}
.largeCardMargin .cardBox {
margin: 8px;
}
/*@media all and (max-width: 600px) {
.cardBox {
@ -229,6 +233,11 @@
height: 100%;
}
.cardImage canvas {
width: 100%;
height: 100%;
}
.coveredCardImage {
background-size: cover;
}