Adjust author__urls shadow to match navigation box-shadow

This commit is contained in:
Michael Rose 2017-02-14 14:49:18 -05:00
parent 1c865313b6
commit 57856cddb7

View file

@ -163,7 +163,7 @@
border-radius: $border-radius;
background: #fff;
z-index: -1;
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);
cursor: default;
@include breakpoint($large) {