Skip to content

Commit

Permalink
[fixed]: too long shadow at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej A. Czyzewski committed Oct 8, 2016
1 parent a8f756b commit e836a6f
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 @@ -258,7 +258,7 @@
border: 1px solid $border-color;
border-radius: $border-radius;
background: #fff;
box-shadow: 0 8px 16px 1px rgba(#000, 0.2);
box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);

a {
margin: 0;
Expand Down

0 comments on commit e836a6f

Please sign in to comment.