[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

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