From f2cea8df9086336c0c884aa9dccbd008ef9878ff Mon Sep 17 00:00:00 2001 From: Ashar Fuadi Date: Fri, 13 Oct 2023 20:49:03 +0700 Subject: [PATCH] fix(client): reduce contest card role font weight --- .../src/routes/contests/contests/ContestCard/ContestCard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/judgels-client/src/routes/contests/contests/ContestCard/ContestCard.scss b/judgels-client/src/routes/contests/contests/ContestCard/ContestCard.scss index 30759e9b0..57f6f8a08 100644 --- a/judgels-client/src/routes/contests/contests/ContestCard/ContestCard.scss +++ b/judgels-client/src/routes/contests/contests/ContestCard/ContestCard.scss @@ -10,5 +10,6 @@ } .contest-card-role { + font-weight: normal; float: right; }