Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Fix card print padding
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed May 6, 2023
1 parent d8ac5a7 commit d74c5dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion components/d/card/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,17 @@ defineProps({
<style>
.card__content,
.card__content--dense {
@apply md:text-lg print:p-0;
@apply md:text-lg;
}
.card__content {
padding: var(--shape-card-padding);
@apply print:p-0;
}
.card__content--dense {
padding: var(--shape-card--dense__padding);
@apply print:p-0;
}
.card--homepage-story .card__content,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d0rich/nuxt-design-system",
"version": "0.7.2",
"version": "0.7.3",
"main": "./nuxt.config.ts",
"description": "🖼️ Design system for d0rich's projects based on Nuxt 3 and Tailwind CSS",
"keywords": [
Expand Down

0 comments on commit d74c5dc

Please sign in to comment.