From 73ae924b6938f2e83e95e23439b762f778cbd9a1 Mon Sep 17 00:00:00 2001 From: Aryan Kothari Date: Mon, 25 Dec 2023 23:15:22 +0000 Subject: [PATCH] add subtitle style --- frontend/app/components/card/card.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/card/card.module.scss b/frontend/app/components/card/card.module.scss index dc6786ce..a5f944c5 100644 --- a/frontend/app/components/card/card.module.scss +++ b/frontend/app/components/card/card.module.scss @@ -14,7 +14,7 @@ } .subtitle{ - @apply font-extralight + @apply font-extralight text-center } .cardBodyWrap {