195eb5f4 by Jeff Balicki

part

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 318d7791
...@@ -15172,7 +15172,7 @@ ol li ol { ...@@ -15172,7 +15172,7 @@ ol li ol {
15172 background-image: url("/wp-content/themes/understrap-child/images/green-background.png"); 15172 background-image: url("/wp-content/themes/understrap-child/images/green-background.png");
15173 width: 120%; 15173 width: 120%;
15174 margin: -130px -10% 0 -10%; 15174 margin: -130px -10% 0 -10%;
15175 padding: 130px 5% 130px 20%; 15175 padding: 130px 7% 130px 20%;
15176 background-position: top left; 15176 background-position: top left;
15177 background-size: cover; 15177 background-size: cover;
15178 background-repeat: no-repeat; 15178 background-repeat: no-repeat;
...@@ -15180,15 +15180,45 @@ ol li ol { ...@@ -15180,15 +15180,45 @@ ol li ol {
15180 @media screen and (max-width: 900px) { 15180 @media screen and (max-width: 900px) {
15181 .partner-with-us { 15181 .partner-with-us {
15182 flex-direction: column-reverse; 15182 flex-direction: column-reverse;
15183 width: 100%; 15183 width: 120%;
15184 margin: -130px -10% 0 -10%;
15185 padding: 40px 9% 130px 20%;
15186 background-position: 0px 50px;
15187 background-size: 120vw;
15188 background-repeat: no-repeat;
15184 } 15189 }
15185 } 15190 }
15186 .partner-with-us .wp-block-column:first-of-type p { 15191 .partner-with-us .wp-block-column:first-of-type p {
15187 max-width: 600px; 15192 max-width: 550px;
15193 }
15194 @media screen and (max-width: 900px) {
15195 .partner-with-us .wp-block-column:first-of-type p {
15196 max-width: 80Vw;
15197 }
15188 } 15198 }
15189 .partner-with-us h1, .partner-with-us .h1 { 15199 .partner-with-us h1, .partner-with-us .h1 {
15190 color: #231F20; 15200 color: #231F20;
15191 } 15201 }
15202 @media screen and (max-width: 900px) {
15203 .partner-with-us h1, .partner-with-us .h1 {
15204 color: #007299;
15205 }
15206 }
15207 @media screen and (max-width: 900px) {
15208 .partner-with-us .wp-block-image img {
15209 max-width: 70%;
15210 float: right;
15211 }
15212 }
15213
15214 .half-width {
15215 max-width: 550px;
15216 }
15217 @media screen and (max-width: 900px) {
15218 .half-width {
15219 max-width: 80Vw;
15220 }
15221 }
15192 15222
15193 .join-callout { 15223 .join-callout {
15194 background-color: #a3d55f; 15224 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){ ...@@ -206,26 +206,50 @@ ul:not(.navbar-nav):not(.menu){
206 background-image:url("/wp-content/themes/understrap-child/images/green-background.png"); 206 background-image:url("/wp-content/themes/understrap-child/images/green-background.png");
207 width: 120%; 207 width: 120%;
208 margin: -130px -10% 0 -10%; 208 margin: -130px -10% 0 -10%;
209 padding: 130px 5% 130px 20%; 209 padding: 130px 7% 130px 20%;
210 background-position: top left; 210 background-position: top left;
211 background-size: cover; 211 background-size: cover;
212 background-repeat: no-repeat; 212 background-repeat: no-repeat;
213 @media screen and (max-width: 900px) { 213 @media screen and (max-width: 900px) {
214 flex-direction: column-reverse; 214 flex-direction: column-reverse;
215 width: 100%; 215 width: 120%;
216 margin: -130px -10% 0 -10%;
217 padding: 40px 9% 130px 20%;
218 background-position: 0px 50px;
219 background-size: 120vw;
220 background-repeat: no-repeat;
216 } 221 }
217 .wp-block-column:first-of-type{ 222 .wp-block-column:first-of-type{
218 p{ 223 p{
219 max-width: 600px; 224 max-width: 550px;
225 @media screen and (max-width: 900px) {
226 max-width: 80Vw;
227 }
220 } 228 }
221
222
223 } 229 }
224 h1{ 230 h1{
225 color: #231F20; 231 color: #231F20;
232 @media screen and (max-width: 900px) {
233 color: #007299;
234 }
235 }
236 @media screen and (max-width: 900px) {
237 .wp-block-image img{
238 max-width: 70%;
239 float: right;
240 }
241
226 } 242 }
227 } 243 }
228 244
245 .half-width{
246 max-width: 550px;
247 @media screen and (max-width: 900px) {
248 max-width: 80Vw;
249 }
250 }
251
252
229 253
230 254
231 .join-callout{ 255 .join-callout{
......