Skip to content

Commit

Permalink
fix(css): back to correct size content syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cbontems committed Jun 5, 2023
1 parent 08d8935 commit 49699d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ const { title, description, ...rest } = Astro.props;
padding: var(--size-8);
border-radius: var(--radius-2);
box-shadow: var(--shadow-4);
max-width: var(--content-3);
max-width: var(--size-content-3);
}
</style>

0 comments on commit 49699d1

Please sign in to comment.