Skip to content

Commit

Permalink
Card: Fix padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps committed Dec 3, 2023
1 parent 449cdba commit f70c616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/card/src/card.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.container {
padding: var(--block-padding);
padding: var(--layout-block-padding);
border: var(--block-border-width) solid var(--color-background-highlight);
border-radius: var(--block-border-radius);
}

1 comment on commit f70c616

@vercel
Copy link

@vercel vercel bot commented on f70c616 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nordstar – ./docs

nordstar-git-master-nordcom.vercel.app
nordstar.vercel.app
nordstar.nordcom.io
nordstar-nordcom.vercel.app

Please sign in to comment.