From bab6aed40361fd5150a0b77d575e1a2fb92b5767 Mon Sep 17 00:00:00 2001 From: harith-hacky03 Date: Thu, 11 Jan 2024 00:10:43 +0530 Subject: [PATCH] About page color updated --- src/components/private/about/About.jsx | 4 ++-- src/components/private/about/About.scss | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/components/private/about/About.jsx b/src/components/private/about/About.jsx index 0042a31..db7a20a 100644 --- a/src/components/private/about/About.jsx +++ b/src/components/private/about/About.jsx @@ -21,11 +21,11 @@ const About = () => {
-

+

Hack4Bengal empowers all fields to showcase creativity in solving real-life problems for a brighter future.

-

+

Join us for the reinvigorated Hack4Bengal! From three enthusiasts in 2021 to a thriving community of over 3000 developers, our mission is to empower tech talents. This time, we're taking it diff --git a/src/components/private/about/About.scss b/src/components/private/about/About.scss index aa58aec..c8b895d 100644 --- a/src/components/private/about/About.scss +++ b/src/components/private/about/About.scss @@ -47,6 +47,11 @@ } } + + + .light{ + color: rgba(240, 0, 0); + } .about__content { @@ -65,13 +70,11 @@ p { font-size: 1rem; - - &:nth-of-type(1) { - color:#FF6161; - margin-bottom: 1rem; - } } + .light{ + color: #FF6161; + } } @@ -80,10 +83,8 @@ font-weight: 500; font-family: var(--body-font); - &:nth-of-type(1) { - color: rgba(240, 0, 0); - margin-bottom: 1rem; - } + + } h2 {