From 36ef2a6ba6a4ce64f58aff3d4f791d7d42a0827e Mon Sep 17 00:00:00 2001 From: Ananthak Date: Sat, 7 Oct 2023 17:34:48 +0530 Subject: [PATCH] fixed about us --- src/components/big_side_heading.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/big_side_heading.scss b/src/components/big_side_heading.scss index add4db6..436bb26 100644 --- a/src/components/big_side_heading.scss +++ b/src/components/big_side_heading.scss @@ -6,7 +6,9 @@ } .small_screen_heading{ font-weight: 700; - font-size: 18vmin; + font-size: 17vmin; + text-align: center; + padding-bottom: 10px; } .bs_heading_1{ text-align: center;