Skip to content

Commit

Permalink
Reduce space between below title and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Sep 26, 2024
1 parent 011320c commit 6a8d0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cards/KCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
padding: 0;
margin-top: 0;
margin-right: $spacer;
margin-bottom: $spacer;
margin-bottom: calc(#{$spacer} / 2);
margin-left: $spacer;
}
Expand Down

0 comments on commit 6a8d0f2

Please sign in to comment.