Skip to content

Commit

Permalink
fix(app-nav-bar): menu icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Mar 19, 2019
1 parent 46e219b commit 13c382c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/elements/app-nav-bar/app-nav-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
}
}

a.sidenav-trigger i {
display: inline-block;
vertical-align: top;
}

a.home {
left: 50%;
transform: translateX(-50%);
Expand Down

0 comments on commit 13c382c

Please sign in to comment.