Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Fixes #75 - correct hamburger menu button for additional breakpoints
Browse files Browse the repository at this point in the history
Fixes #75
Refs #77
  • Loading branch information
pdf authored and addyosmani committed Jun 2, 2015
1 parent 22a89e5 commit 9e9516d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/elements/app-theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

#mainToolbar .bottom {
padding-bottom: 120px;
padding-left: 30px;
margin-left: 30px;
}

paper-menu a {
Expand Down Expand Up @@ -151,7 +151,7 @@
}

#mainToolbar .bottom {
padding-left: 50px;
margin-left: 50px;
padding-bottom: 24px;
}

Expand Down

0 comments on commit 9e9516d

Please sign in to comment.