Skip to content

Commit

Permalink
Merge pull request #576 from maciejczyzewski/master
Browse files Browse the repository at this point in the history
Repair aggressive box-shadow in navigation.
  • Loading branch information
mmistakes authored Feb 14, 2017
2 parents f7a8e28 + 6d4b52a commit 1c86531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
border: 1px solid $border-color;
border-radius: $border-radius;
background: #fff;
box-shadow: 0 0 10px rgba(#000, 0.25);
box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);

&.hidden {
display: none;
Expand Down

0 comments on commit 1c86531

Please sign in to comment.