From 827934206430dab194f21fe49f77e20ad873f782 Mon Sep 17 00:00:00 2001
From: Aakash Kumar
Date: Thu, 31 Oct 2024 02:35:38 +0530
Subject: [PATCH 1/2] fix visibility of section text in about page
---
index.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 41c0fee0..eda12257 100644
--- a/index.html
+++ b/index.html
@@ -112,6 +112,9 @@
font-size: 20px; /* Size of the arrow icon */
color: white;
}
+ .section-title-about{
+ color: #f8fff8;
+ }
@@ -662,7 +665,7 @@ About Us
Why Choose Us
-->
-
+
Raise Your Hand to Save World Animals Life
From 61281905c2a64aefc39efbefa234b57dab83263a Mon Sep 17 00:00:00 2001
From: Aakash Kumar
Date: Thu, 31 Oct 2024 03:22:03 +0530
Subject: [PATCH 2/2] fix footer in saveNature page
---
SaveEcology.html | 8 ++++----
assets/css/SaveNature.css | 7 +++++--
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/SaveEcology.html b/SaveEcology.html
index c5556390..91428408 100644
--- a/SaveEcology.html
+++ b/SaveEcology.html
@@ -359,10 +359,10 @@ Contact Us
diff --git a/assets/css/SaveNature.css b/assets/css/SaveNature.css
index 3c1a513c..8dceb49e 100644
--- a/assets/css/SaveNature.css
+++ b/assets/css/SaveNature.css
@@ -174,7 +174,9 @@ p.line {
display: flex;
justify-content: space-around;
align-items: flex-start;
- padding: 20px 10px;
+ padding: 9px 10px;
+ font-size: 15px;
+
}
.footer-content h3 {
@@ -192,11 +194,12 @@ p.line {
.social-links li {
display: inline;
- margin-right: 10px;
}
.social-links a {
color: #00b3ff;
+ text-decoration: none;
+ display: flex;
}
.footer-bottom {