From 7cdd2f36d96c8cdc4b9d4fde977e6c3a5c4babb3 Mon Sep 17 00:00:00 2001 From: Lakshya Solanki Date: Thu, 11 Sep 2025 14:25:09 +0530 Subject: [PATCH] Improve Font Size for Course Components on Homepage #1998 --- components/UI/Courses.jsx | 4 ++-- styles/subtitle.module.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/UI/Courses.jsx b/components/UI/Courses.jsx index aa6facb6..095e3b59 100644 --- a/components/UI/Courses.jsx +++ b/components/UI/Courses.jsx @@ -10,9 +10,9 @@ const Courses = ({ courses = [] }) => {
- + -

Checkout My Interactive Courses

+

Checkout My Interactive Courses

diff --git a/styles/subtitle.module.css b/styles/subtitle.module.css index 0993d25f..9b0cc7a5 100644 --- a/styles/subtitle.module.css +++ b/styles/subtitle.module.css @@ -3,7 +3,7 @@ font-weight: 400; margin-left: 40px; - font-size: 1.5rem !important; + font-size: 3rem !important; position: relative; }