Make cards display horizontally on desktop

This commit is contained in:
Joseph Hutchinson
2018-04-13 14:41:38 -04:00
parent fc6aba20f1
commit d0243c2c33
3 changed files with 31 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
function cardPressed() {
this.classList.add('card-link-wrapper-active');
this.classList.add('card-active');
}
function cardReleased() {
this.classList.remove('card-link-wrapper-active');
this.classList.remove('card-active');
}