From fa4cde993866344856a82033ab32b3a083b5830b Mon Sep 17 00:00:00 2001 From: Rodrigo Rosario Cruz <rodrigorosario435@gmail.com> Date: Tue, 1 Oct 2024 21:16:21 -0400 Subject: [PATCH] page HP --- static/css/human_practices/human_practices.css | 5 +++++ wiki/pages/human-practices.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/css/human_practices/human_practices.css b/static/css/human_practices/human_practices.css index 2684a27..5f78c18 100644 --- a/static/css/human_practices/human_practices.css +++ b/static/css/human_practices/human_practices.css @@ -614,4 +614,9 @@ .sub-options-hm.inactive { visibility: hidden; height: 0; +} + +.title__text-hp{ + font-size: var(--heading-large-size) !important; + color: var(--color-warn) !important; } \ No newline at end of file diff --git a/wiki/pages/human-practices.html b/wiki/pages/human-practices.html index cbe5963..104dcf5 100644 --- a/wiki/pages/human-practices.html +++ b/wiki/pages/human-practices.html @@ -800,7 +800,7 @@ the world. Consider how the world affects your work and how your work affects th their environment. Our goal is that this mercury biosensor will have a tangible impact in the fight to protect the Amazon and its people. </p> - <h1>BEST INTEGRATED HUMAN PRACTICES</h1> + <h1 class="title__text-hp">BEST INTEGRATED HUMAN PRACTICES</h1> <h1 id="reflecting_decisions">REFLECTING ON DESIGN DECISIONS</h1> <h2 class="text__large-hp">Technical Exploration</h2> <h2 class="text__medium-hp">Visit to the Environmental Quality Laboratory</h2> -- GitLab