From c4036c95dd0ace5c0613b4327e29b8c4a60434f4 Mon Sep 17 00:00:00 2001 From: Owen Barton Date: Mon, 22 Jul 2024 11:14:32 -0700 Subject: [PATCH] Improve header spacing. --- src/pages/sustainability.js | 9 ++++----- src/sass/pages/sustainability/_content.scss | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/sustainability.js b/src/pages/sustainability.js index be218d18..f08f96f4 100644 --- a/src/pages/sustainability.js +++ b/src/pages/sustainability.js @@ -21,12 +21,11 @@ const SustainabilityPage = () => {

2024 Sustainability Pledge

-

Public license for the public good

The pledge focuses on three key areas: Measurement & Monitoring, Education & Engagement, and Public Reporting. Let's dive into the details of our plan for a more sustainable future!

-

Measurement & Monitoring: Data-Driven Sustainability

+

Measurement & Monitoring: Data-Driven Sustainability

Measurement & Monitoring: Data-Driven Sustainability

  • Establishing baseline performance budgets for websites and client projects
  • @@ -36,7 +35,7 @@ const SustainabilityPage = () => {
-

Education & Engagement: Fostering a Culture of Sustainability

+

Education & Engagement: Fostering a Culture of Sustainability

In 2024, CivicActions will focus on:

  • Integrating environmental sustainability into onboarding processes
  • @@ -48,7 +47,7 @@ const SustainabilityPage = () => {
-

Public Reporting: Transparency and Accountability

+

Public Reporting: Transparency and Accountability

For 2024, CivicActions commits to:

  • Launching CivicActions.com/sustainability to share progress on key goals
  • @@ -64,7 +63,7 @@ const SustainabilityPage = () => {
-

Greenhouse Gas Emissions Audit

+

Greenhouse Gas Emissions Audit

Our team worked with Offset Alliance to calculate our Scope 1, 2 and 3 emissions. Our total contributions are estimated at 233.3 mT CO2e as outlined below: diff --git a/src/sass/pages/sustainability/_content.scss b/src/sass/pages/sustainability/_content.scss index 83b14a56..f1a1f8e4 100644 --- a/src/sass/pages/sustainability/_content.scss +++ b/src/sass/pages/sustainability/_content.scss @@ -19,8 +19,8 @@ @media(min-width: $medium-large-screen) {} } - .h3, - .h4, + h2, + h3, .body { padding-bottom: 16px; }