Skip to content

Commit

Permalink
_sass: Fix calculation error in abstract-card margin
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 committed Jul 3, 2020
1 parent f08e062 commit 1c4323b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/custom/card.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@mixin abstract-card() {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
margin: $sp-4 -$gutter-spacing-sm;
margin: $sp-4 (-$gutter-spacing-sm);

@include mq(md) {
border-radius: $border-radius;
Expand Down

0 comments on commit 1c4323b

Please sign in to comment.