Skip to content

Commit

Permalink
fix(card): less intense box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Sep 15, 2014
1 parent db83d66 commit 95d3f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
.card {
padding-top: $item-border-width;
padding-bottom: $item-border-width;
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
box-shadow: 0 1px 2px rgba(0, 0, 0, .10);
}

.padding {
Expand Down

0 comments on commit 95d3f2e

Please sign in to comment.