822c9afc by Jeff Balicki

done

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent caf5a440
...@@ -15386,8 +15386,8 @@ ol li ol { ...@@ -15386,8 +15386,8 @@ ol li ol {
15386 } 15386 }
15387 @media screen and (max-width: 1400px) and (max-width: 786px) { 15387 @media screen and (max-width: 1400px) and (max-width: 786px) {
15388 .home .wp-block-group.betsys { 15388 .home .wp-block-group.betsys {
15389 background-size: 100% 1400px; 15389 background-size: 200% 1400px;
15390 background-position: -300px -190px; 15390 background-position: -300px -130px;
15391 } 15391 }
15392 } 15392 }
15393 @media screen and (max-width: 1000px) { 15393 @media screen and (max-width: 1000px) {
...@@ -15420,7 +15420,7 @@ ol li ol { ...@@ -15420,7 +15420,7 @@ ol li ol {
15420 .home .wp-block-group.betsys img { 15420 .home .wp-block-group.betsys img {
15421 margin-top: 0px; 15421 margin-top: 0px;
15422 max-width: 120%; 15422 max-width: 120%;
15423 margin-left: -15%; 15423 margin-left: -12%;
15424 margin-bottom: -40%; 15424 margin-bottom: -40%;
15425 } 15425 }
15426 } 15426 }
...@@ -15459,12 +15459,13 @@ ol li ol { ...@@ -15459,12 +15459,13 @@ ol li ol {
15459 } 15459 }
15460 @media screen and (max-width: 900px) { 15460 @media screen and (max-width: 900px) {
15461 .home-green { 15461 .home-green {
15462 background-image: url("/wp-content/themes/understrap-child/images/green-mobile.png");
15462 flex-direction: column-reverse; 15463 flex-direction: column-reverse;
15463 width: 120%; 15464 width: 100%;
15464 margin: -200px -10% 0 -10%; 15465 margin: -200px 0 0 0;
15465 padding: 200px 15% 50px 15%; 15466 padding: 200px 0% 50px 0%;
15466 background-position: 0px 50px; 15467 background-position: 0px 50px;
15467 background-size: 150vw; 15468 background-size: 100vw;
15468 background-repeat: no-repeat; 15469 background-repeat: no-repeat;
15469 } 15470 }
15470 } 15471 }
...@@ -15649,6 +15650,7 @@ ol li ol { ...@@ -15649,6 +15650,7 @@ ol li ol {
15649 } 15650 }
15650 #wrapper-footer-full { 15651 #wrapper-footer-full {
15651 background-color: #3DB5E6; 15652 background-color: #3DB5E6;
15653 margin-top: -25px;
15652 } 15654 }
15653 #wrapper-footer-full p { 15655 #wrapper-footer-full p {
15654 color: #000; 15656 color: #000;
......
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.
...@@ -406,8 +406,8 @@ ul:not(.navbar-nav):not(.menu){ ...@@ -406,8 +406,8 @@ ul:not(.navbar-nav):not(.menu){
406 background-size: 160% 1400px; 406 background-size: 160% 1400px;
407 } 407 }
408 @media screen and (max-width: 786px) { 408 @media screen and (max-width: 786px) {
409 background-size: 100% 1400px; 409 background-size: 200% 1400px;
410 background-position: -300px -190px; 410 background-position: -300px -130px;
411 } 411 }
412 } 412 }
413 413
...@@ -436,7 +436,7 @@ ul:not(.navbar-nav):not(.menu){ ...@@ -436,7 +436,7 @@ ul:not(.navbar-nav):not(.menu){
436 @media screen and (max-width: 1000px) { 436 @media screen and (max-width: 1000px) {
437 margin-top: 0px; 437 margin-top: 0px;
438 max-width: 120%; 438 max-width: 120%;
439 margin-left: -15%; 439 margin-left: -12%;
440 margin-bottom: -40%; 440 margin-bottom: -40%;
441 } 441 }
442 442
...@@ -447,7 +447,6 @@ ul:not(.navbar-nav):not(.menu){ ...@@ -447,7 +447,6 @@ ul:not(.navbar-nav):not(.menu){
447 .home-green{ 447 .home-green{
448 background-image:url("/wp-content/themes/understrap-child/images/green-background.png"); 448 background-image:url("/wp-content/themes/understrap-child/images/green-background.png");
449 width: 100vw; 449 width: 100vw;
450 //margin: -130px -25vw 0 -25vw;
451 padding: 15% 7% 130px 7%; 450 padding: 15% 7% 130px 7%;
452 background-position: top right; 451 background-position: top right;
453 background-size: 100vw; 452 background-size: 100vw;
...@@ -471,12 +470,13 @@ ul:not(.navbar-nav):not(.menu){ ...@@ -471,12 +470,13 @@ ul:not(.navbar-nav):not(.menu){
471 padding: 200px 15% 50px 15%; 470 padding: 200px 15% 50px 15%;
472 } 471 }
473 @media screen and (max-width: 900px) { 472 @media screen and (max-width: 900px) {
473 background-image:url("/wp-content/themes/understrap-child/images/green-mobile.png");
474 flex-direction: column-reverse; 474 flex-direction: column-reverse;
475 width: 120%; 475 width: 100%;
476 margin: -200px -10% 0 -10%; 476 margin: -200px 0 0 0;
477 padding: 200px 15% 50px 15%; 477 padding: 200px 0% 50px 0%;
478 background-position: 0px 50px; 478 background-position: 0px 50px;
479 background-size: 150vw; 479 background-size: 100vw;
480 background-repeat: no-repeat; 480 background-repeat: no-repeat;
481 } 481 }
482 h2.wp-block-heading.has-text-align-center.container{ 482 h2.wp-block-heading.has-text-align-center.container{
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
4 font-size: 1rem; 4 font-size: 1rem;
5 } 5 }
6 background-color: #3DB5E6; 6 background-color: #3DB5E6;
7 margin-top: -25px;
7 .footer-cols{ 8 .footer-cols{
8 gap: 7em; 9 gap: 7em;
9 justify-content: space-between; 10 justify-content: space-between;
......