[Mobile] Size Adjustment

Adjusted indentation size
on the tree. Also change size of the
hamburger icon to match the
object icon and moved it slightly
down.
This commit is contained in:
Shivam Dave
2015-07-24 12:35:19 -07:00
parent 2355d354b3
commit b37ee19fbc
8 changed files with 29 additions and 56 deletions

View File

@@ -24,12 +24,10 @@
// sized according to the device
.mobile-menu-icon {
display: inline-block;
@include phone {
font-size: 25px;
@include phoneandtablet {
font-size: 21px;
margin-top: 1px;
}
@include tablet {
font-size: 29px;
}
@include desktop {
display: none;
}