Improve css

This commit is contained in:
davegson 2019-11-25 18:25:02 +01:00
parent 2758eeac54
commit 2c7d1060f9
3 changed files with 15 additions and 13 deletions

View file

@ -2,3 +2,7 @@
margin: 0 20px !important; margin: 0 20px !important;
padding: 0 !important; padding: 0 !important;
} }
#ownership {
padding-top: 1.5em;
}

View file

@ -20,7 +20,7 @@ content .mission{
content .mission{ content .mission{
padding-right: 6rem; padding-right: 6rem;
justify-self: center; justify-self: center;
} }
content .mission h1{ content .mission h1{
@ -29,7 +29,6 @@ content .mission h1{
font-size: 3.8rem; font-size: 3.8rem;
font-weight: bold; font-weight: bold;
width: max(60%); width: max(60%);
padding-bottom: 3rem;
text-align: center; text-align: center;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@ -41,29 +40,30 @@ content .mission p{
font-size: 1.4rem; font-size: 1.4rem;
font-weight: 200; font-weight: 200;
width: max(50%); width: max(50%);
opacity: 0.6; opacity: 0.75;
padding-top: 17rem; margin-top: 17rem;
text-align: center; text-align: center;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
background-color: rgba(0,0,0,0.35)
} }
@media (min-width: 200px) and (max-width: 460px){ @media (min-width: 200px) and (max-width: 460px){
content .mission{ content .mission{
padding-right: 0rem; padding-right: 0rem;
justify-self: center; justify-self: center;
} }
content .mission h1{ content .mission h1{
font-size: 2rem; font-size: 2rem;
width: max(80%); width: max(80%);
} }
content .mission p{ content .mission p{
font-size: 1rem; font-size: 1rem;
width: max(80%); width: max(80%);
padding-top: 13rem; margin-top: 13rem;
} }
} }
@ -72,14 +72,14 @@ content .mission p{
content .mission{ content .mission{
padding-right: 0rem; padding-right: 0rem;
justify-self: center; justify-self: center;
} }
content .mission h1{ content .mission h1{
font-size: 2.8rem; font-size: 2.8rem;
} }
content .mission p{ content .mission p{
font-size: 1.1rem; font-size: 1.1rem;
} }
} }

View file

@ -1,7 +1,5 @@
--- ---
layout: page_markdown layout: page_markdown
title: our-values
heading: Our Values
container_class: 'text' container_class: 'text'
include_mission: true include_mission: true
--- ---