[Mobile] Adjusted
Adjusted the _layout.scss to have a function that makes something disappear on phone and tablet.
This commit is contained in:
@@ -87,6 +87,13 @@ $hideRatioTab: 1.38;
|
||||
}
|
||||
}
|
||||
|
||||
.exclude-mobile {
|
||||
@include phoneandtablet {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.browse-manage {
|
||||
@include phone {
|
||||
width: $leftPhone;
|
||||
|
||||
Reference in New Issue
Block a user