From 2c7d1060f9b32b15b9e9fc040d6bfc9ca80a6465 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Mon, 25 Nov 2019 18:25:02 +0100 Subject: [PATCH] Improve css --- _sass/_our-values.scss | 4 ++++ _sass/new/mission.scss | 22 +++++++++++----------- our-values/index.md | 2 -- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/_sass/_our-values.scss b/_sass/_our-values.scss index cfd91c8..9615df9 100644 --- a/_sass/_our-values.scss +++ b/_sass/_our-values.scss @@ -2,3 +2,7 @@ margin: 0 20px !important; padding: 0 !important; } + +#ownership { + padding-top: 1.5em; +} diff --git a/_sass/new/mission.scss b/_sass/new/mission.scss index a55f5b2..b985d7e 100644 --- a/_sass/new/mission.scss +++ b/_sass/new/mission.scss @@ -20,7 +20,7 @@ content .mission{ content .mission{ padding-right: 6rem; - justify-self: center; + justify-self: center; } content .mission h1{ @@ -29,7 +29,6 @@ content .mission h1{ font-size: 3.8rem; font-weight: bold; width: max(60%); - padding-bottom: 3rem; text-align: center; margin-left: auto; margin-right: auto; @@ -41,29 +40,30 @@ content .mission p{ font-size: 1.4rem; font-weight: 200; width: max(50%); - opacity: 0.6; - padding-top: 17rem; + opacity: 0.75; + margin-top: 17rem; text-align: center; margin-left: auto; margin-right: auto; + background-color: rgba(0,0,0,0.35) } @media (min-width: 200px) and (max-width: 460px){ content .mission{ padding-right: 0rem; - justify-self: center; + justify-self: center; } content .mission h1{ font-size: 2rem; width: max(80%); } - + content .mission p{ - font-size: 1rem; + font-size: 1rem; width: max(80%); - padding-top: 13rem; + margin-top: 13rem; } } @@ -72,14 +72,14 @@ content .mission p{ content .mission{ padding-right: 0rem; - justify-self: center; + justify-self: center; } content .mission h1{ font-size: 2.8rem; } - + content .mission p{ - font-size: 1.1rem; + font-size: 1.1rem; } } diff --git a/our-values/index.md b/our-values/index.md index d56b9f6..7b13f10 100644 --- a/our-values/index.md +++ b/our-values/index.md @@ -1,7 +1,5 @@ --- layout: page_markdown -title: our-values -heading: Our Values container_class: 'text' include_mission: true ---