[Mobile] Size Adjustment

Moved hamburger icon slightly up
using the padding instead of
margin.
This commit is contained in:
Shivam Dave 2015-07-24 12:38:01 -07:00
parent b37ee19fbc
commit 91bd58215a
2 changed files with 2 additions and 2 deletions

View File

@ -2902,7 +2902,7 @@ label.checkbox.custom {
/* line 25, ../sass/mobile/controls/_menus.scss */
.mobile-menu-icon {
font-size: 21px;
margin-top: 1px; } }
padding-top: 1px; } }
@media screen and (min-device-width: 800px) and (min-device-height: 1025px), screen and (min-device-width: 1025px) and (min-device-height: 800px) {
/* line 25, ../sass/mobile/controls/_menus.scss */
.mobile-menu-icon {

View File

@ -26,7 +26,7 @@
display: inline-block;
@include phoneandtablet {
font-size: 21px;
margin-top: 1px;
padding-top: $imageThumbPad;
}
@include desktop {
display: none;