From 5eb64f49c07c478b41c44ed5f826b351cd64be17 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 26 Jun 2023 07:50:49 -0400 Subject: [PATCH] text style --- src/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 013761c..2f8c5ea 100644 --- a/src/index.css +++ b/src/index.css @@ -53,10 +53,13 @@ } .siderCardDescription{ margin: 10px 45px 10px 45px; - font-size: 18px; background-color: aliceblue; padding: 5px; border-radius: 5px; + font-family: Circular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; + font-weight: 400; + font-size: 1.125rem; + line-height: 1.56; } .siderCardButton{ margin-top: 10px;