From b916d69304432c58f2d080fa7e42542c9c669285 Mon Sep 17 00:00:00 2001 From: Garvit Negi Date: Thu, 31 Oct 2024 15:58:51 +0530 Subject: [PATCH] Resizing Font Size --- resources/home-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/home-style.css b/resources/home-style.css index 702fa2e..5d9b474 100644 --- a/resources/home-style.css +++ b/resources/home-style.css @@ -180,7 +180,7 @@ body{ max-width: fit-content; font-weight:100; cursor: pointer; - font-size: 23px; + font-size: large; background-color: rgba(0, 198, 228, 0.463); } @@ -190,7 +190,7 @@ body{ padding: 20px 0; border-top: 0; display: none; - font-size: 20px; + font-size: 15px; } details[open] .faq-answer {