822c9afc by Jeff Balicki

done

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent caf5a440
......@@ -15386,8 +15386,8 @@ ol li ol {
}
@media screen and (max-width: 1400px) and (max-width: 786px) {
.home .wp-block-group.betsys {
background-size: 100% 1400px;
background-position: -300px -190px;
background-size: 200% 1400px;
background-position: -300px -130px;
}
}
@media screen and (max-width: 1000px) {
......@@ -15420,7 +15420,7 @@ ol li ol {
.home .wp-block-group.betsys img {
margin-top: 0px;
max-width: 120%;
margin-left: -15%;
margin-left: -12%;
margin-bottom: -40%;
}
}
......@@ -15459,12 +15459,13 @@ ol li ol {
}
@media screen and (max-width: 900px) {
.home-green {
background-image: url("/wp-content/themes/understrap-child/images/green-mobile.png");
flex-direction: column-reverse;
width: 120%;
margin: -200px -10% 0 -10%;
padding: 200px 15% 50px 15%;
width: 100%;
margin: -200px 0 0 0;
padding: 200px 0% 50px 0%;
background-position: 0px 50px;
background-size: 150vw;
background-size: 100vw;
background-repeat: no-repeat;
}
}
......@@ -15649,6 +15650,7 @@ ol li ol {
}
#wrapper-footer-full {
background-color: #3DB5E6;
margin-top: -25px;
}
#wrapper-footer-full p {
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){
background-size: 160% 1400px;
}
@media screen and (max-width: 786px) {
background-size: 100% 1400px;
background-position: -300px -190px;
background-size: 200% 1400px;
background-position: -300px -130px;
}
}
......@@ -436,7 +436,7 @@ ul:not(.navbar-nav):not(.menu){
@media screen and (max-width: 1000px) {
margin-top: 0px;
max-width: 120%;
margin-left: -15%;
margin-left: -12%;
margin-bottom: -40%;
}
......@@ -445,9 +445,8 @@ ul:not(.navbar-nav):not(.menu){
}
.home-green{
background-image:url("/wp-content/themes/understrap-child/images/green-background.png");
background-image:url("/wp-content/themes/understrap-child/images/green-background.png");
width: 100vw;
//margin: -130px -25vw 0 -25vw;
padding: 15% 7% 130px 7%;
background-position: top right;
background-size: 100vw;
......@@ -471,12 +470,13 @@ ul:not(.navbar-nav):not(.menu){
padding: 200px 15% 50px 15%;
}
@media screen and (max-width: 900px) {
background-image:url("/wp-content/themes/understrap-child/images/green-mobile.png");
flex-direction: column-reverse;
width: 120%;
margin: -200px -10% 0 -10%;
padding: 200px 15% 50px 15%;
width: 100%;
margin: -200px 0 0 0;
padding: 200px 0% 50px 0%;
background-position: 0px 50px;
background-size: 150vw;
background-size: 100vw;
background-repeat: no-repeat;
}
h2.wp-block-heading.has-text-align-center.container{
......
......@@ -4,6 +4,7 @@
font-size: 1rem;
}
background-color: #3DB5E6;
margin-top: -25px;
.footer-cols{
gap: 7em;
justify-content: space-between;
......