Skip to content

Commit

Permalink
♻️ : #284 - card-margin 1rem -> 0.5rem으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
suehdn committed Dec 20, 2023
1 parent b873d80 commit af7107d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(header)/explore/_components/Card/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$card_width: 19rem;
$card_height: 12rem;
$card_margin: 1rem;
$card_margin: 0.5rem;

@mixin ellipsis($line) {
text-overflow: ellipsis;
Expand Down

0 comments on commit af7107d

Please sign in to comment.