Skip to content

Commit

Permalink
UHF-7111: Fix scss syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkkimaagi committed Dec 13, 2022
1 parent 240ecb9 commit 1abd59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/05_objects/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $item-gap: $spacing-half;
position: relative;

& + & {
margin-top: 16px;
margin-top: $spacing;
}

@include breakpoint($breakpoint-s) {
Expand Down

0 comments on commit 1abd59d

Please sign in to comment.