From 24d7ee39ba8749415e6c806e16a2ffb615bad5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Espinoza?= Date: Tue, 12 Dec 2023 13:55:33 -0300 Subject: [PATCH] style: :lipstick: Add text wrap balance in title card and center text for aling text when apply balance --- src/components/svgCard.svelte | 2 +- tailwind.config.cjs | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte index 75b1d08..4b92d0d 100644 --- a/src/components/svgCard.svelte +++ b/src/components/svgCard.svelte @@ -52,7 +52,7 @@ alt={svgInfo.title} />
-

{svgInfo.title}

+

{svgInfo.title}

{svgInfo.category} { + addUtilities({ + '.text-balance': { + 'text-wrap': 'balance' + } + }); + } + ] };