-
+
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 {
From 2fbd2523d665c913e2cb193887b379144dae349d Mon Sep 17 00:00:00 2001
From: harith-hacky03
Date: Thu, 11 Jan 2024 23:32:53 +0530
Subject: [PATCH 23/23] footer bg fixed
---
src/components/shared/footer/Footer.jsx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/components/shared/footer/Footer.jsx b/src/components/shared/footer/Footer.jsx
index 2661370..82021ee 100644
--- a/src/components/shared/footer/Footer.jsx
+++ b/src/components/shared/footer/Footer.jsx
@@ -93,11 +93,7 @@ const Footer = () => {