From 8be5227db536b00fcb767dd0514451218aed7cf0 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Fri, 28 Oct 2022 14:29:01 +0800 Subject: [PATCH] [questions][fix] fix ContributeQuestionCard width --- .../questions/ContributeQuestionCard.tsx | 88 +++++++++---------- 1 file changed, 43 insertions(+), 45 deletions(-) diff --git a/apps/portal/src/components/questions/ContributeQuestionCard.tsx b/apps/portal/src/components/questions/ContributeQuestionCard.tsx index fa25d9f1..e9bf5c44 100644 --- a/apps/portal/src/components/questions/ContributeQuestionCard.tsx +++ b/apps/portal/src/components/questions/ContributeQuestionCard.tsx @@ -28,56 +28,54 @@ export default function ContributeQuestionCard({ }; return ( -
- +

+ Contribute +

+
- + ); }