[Mobile] Adjusted

Adjusted the _layout.scss to
have a function that makes
something disappear on phone
and tablet.
This commit is contained in:
Dave
2015-07-09 14:11:51 -07:00
parent dfd08000f1
commit 30a4f15330
2 changed files with 15 additions and 3 deletions

View File

@@ -87,6 +87,13 @@ $hideRatioTab: 1.38;
}
}
.exclude-mobile {
@include phoneandtablet {
display: none;
}
}
.browse-manage {
@include phone {
width: $leftPhone;