Skip to content

Commit

Permalink
fix(nav): style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ami Wang committed Nov 27, 2016
1 parent 38f5a9b commit ca29f57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ nav {
list-style: none;
text-align: right;
z-index: 10;
width: 200px;
width: 230px;

li a {
display: block;
Expand All @@ -125,8 +125,10 @@ nav {
}

.fa {
float: left;
margin-top: 2px;
margin-left: 0;
padding-right: 4px;
padding-right: 15px;
}
}
}
Expand Down

0 comments on commit ca29f57

Please sign in to comment.