[Mobile] Representation

Edited grid item to center
shared button.
This commit is contained in:
Shivam Dave
2015-08-06 14:11:59 -07:00
parent dcd7d61c9a
commit 7ca15a9de2
3 changed files with 22 additions and 9 deletions

View File

@@ -71,6 +71,9 @@
$dHei: $phone-itemHeight;
width: $dWid;
height: $dHei;
.mobile-right {
top: 100%;
}
.mobile-info {
line-height: $phone-itemHeight * .5;
}
@@ -93,6 +96,10 @@
$dHei: $tablet-itemHeight;
width: $dWid;
height: $dHei;
.mobile-right {
top: 100%;
}
.mobile-info {
line-height: $tablet-itemHeight * .57;
}