195eb5f4 by Jeff Balicki

part

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 318d7791
......@@ -15172,7 +15172,7 @@ ol li ol {
background-image: url("/wp-content/themes/understrap-child/images/green-background.png");
width: 120%;
margin: -130px -10% 0 -10%;
padding: 130px 5% 130px 20%;
padding: 130px 7% 130px 20%;
background-position: top left;
background-size: cover;
background-repeat: no-repeat;
......@@ -15180,15 +15180,45 @@ ol li ol {
@media screen and (max-width: 900px) {
.partner-with-us {
flex-direction: column-reverse;
width: 100%;
width: 120%;
margin: -130px -10% 0 -10%;
padding: 40px 9% 130px 20%;
background-position: 0px 50px;
background-size: 120vw;
background-repeat: no-repeat;
}
}
.partner-with-us .wp-block-column:first-of-type p {
max-width: 600px;
max-width: 550px;
}
@media screen and (max-width: 900px) {
.partner-with-us .wp-block-column:first-of-type p {
max-width: 80Vw;
}
}
.partner-with-us h1, .partner-with-us .h1 {
color: #231F20;
}
@media screen and (max-width: 900px) {
.partner-with-us h1, .partner-with-us .h1 {
color: #007299;
}
}
@media screen and (max-width: 900px) {
.partner-with-us .wp-block-image img {
max-width: 70%;
float: right;
}
}
.half-width {
max-width: 550px;
}
@media screen and (max-width: 900px) {
.half-width {
max-width: 80Vw;
}
}
.join-callout {
background-color: #a3d55f;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -206,26 +206,50 @@ ul:not(.navbar-nav):not(.menu){
background-image:url("/wp-content/themes/understrap-child/images/green-background.png");
width: 120%;
margin: -130px -10% 0 -10%;
padding: 130px 5% 130px 20%;
padding: 130px 7% 130px 20%;
background-position: top left;
background-size: cover;
background-repeat: no-repeat;
@media screen and (max-width: 900px) {
flex-direction: column-reverse;
width: 100%;
width: 120%;
margin: -130px -10% 0 -10%;
padding: 40px 9% 130px 20%;
background-position: 0px 50px;
background-size: 120vw;
background-repeat: no-repeat;
}
.wp-block-column:first-of-type{
p{
max-width: 600px;
max-width: 550px;
@media screen and (max-width: 900px) {
max-width: 80Vw;
}
}
}
h1{
color: #231F20;
@media screen and (max-width: 900px) {
color: #007299;
}
}
@media screen and (max-width: 900px) {
.wp-block-image img{
max-width: 70%;
float: right;
}
}
}
.half-width{
max-width: 550px;
@media screen and (max-width: 900px) {
max-width: 80Vw;
}
}
.join-callout{
......