From 49699d1b624b90cb1577c73482e9cd2da0fe5152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bontems?= <67456035+cbontems@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:05:21 +0200 Subject: [PATCH] fix(css): back to correct size content syntax --- src/components/Card.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 1f0122a..ae94371 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -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); } \ No newline at end of file