From a20b51dd8a53d4ba4d958477517ecf988be35b5e Mon Sep 17 00:00:00 2001
From: zxa666 <zxadeguge@gmail.com>
Date: Mon, 23 Sep 2024 19:23:34 +0800
Subject: [PATCH] new feature

---
 src/containers/App/App.css       | 4 ++--
 src/contents/human-practices.tsx | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/containers/App/App.css b/src/containers/App/App.css
index 9a98738..417f3cd 100644
--- a/src/containers/App/App.css
+++ b/src/containers/App/App.css
@@ -45,8 +45,8 @@ body [onclick] {
   padding: 1.25rem;
   margin-top: 1.25rem;
   margin-bottom: 1.25rem;
-  border: 1px solid #e9ecef;
-  border-left-width: 0.25rem;
+  border: 1px solid #afc1d3;
+  border-left-width: 0.5rem;
   border-radius: 0.25rem;
 }
 
diff --git a/src/contents/human-practices.tsx b/src/contents/human-practices.tsx
index 6930bce..737bfb5 100644
--- a/src/contents/human-practices.tsx
+++ b/src/contents/human-practices.tsx
@@ -113,6 +113,10 @@ export function HumanPractices() {
               </div>
               </Element>
 
+              <div className="bd-callout bd-callout-info bg-gray">
+                  <h1>What do we do to ...? See...</h1>
+                </div>
+
               <Element name="section5" className="element rounded-border" id='section5'>
               <h2>5. STAKEHOLDER</h2>
               <p>Our stakeholders.</p>
-- 
GitLab