10edaa74 by Jeff Balicki

page

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 531629e6
......@@ -15172,6 +15172,34 @@ ol li ol {
padding-top: 103px;
}
.page-id-10 #page-wrapper {
background-image: url("/wp-content/themes/understrap-child/images/yellow-c.png");
background-position: -200px -300px;
background-size: 1300px 900px;
background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
.page-id-10 #page-wrapper {
background-size: 700px 700px;
}
}
@media screen and (max-width: 768px) {
.page-id-10 #page-wrapper {
background-size: 900px 900px;
}
}
.page-id-10 .partners-logo {
margin-top: -70px;
}
@media screen and (max-width: 900px) {
.page-id-10 .partners-logo {
margin-top: 0px;
}
}
.page-id-10 .partners-logo img {
width: 100%;
}
.partner-with-us {
background-image: url("/wp-content/themes/understrap-child/images/green-background.png");
width: 125vw;
......@@ -15389,12 +15417,7 @@ ol li ol {
}
.admin-bar .nav-container {
top: 32px;
}
@media screen and (max-width: 800px) {
.admin-bar .nav-container {
top: 0px;
}
}
#top-nav {
......
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.
......@@ -204,6 +204,29 @@ ul:not(.navbar-nav):not(.menu){
#page-wrapper{
padding-top: 103px;
}
.page-id-10{
#page-wrapper{
background-image:url("/wp-content/themes/understrap-child/images/yellow-c.png");
background-position: -200px -300px;
background-size: 1300px 900px;
@media screen and (max-width: 900px) {
background-size: 700px 700px;
}
@media screen and (max-width: 768px) {
background-size: 900px 900px;
}
background-repeat: no-repeat;
}
.partners-logo{
margin-top: -70px;
@media screen and (max-width: 900px) {
margin-top: 0px;
}
img{
width: 100%;
}
}
}
.partner-with-us{
......
......@@ -5,11 +5,7 @@
}
.admin-bar .nav-container {
top: 32px;
@media screen and (max-width: 800px) {
top: 0px;
}
}
#top-nav {
......