10edaa74 by Jeff Balicki

page

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 531629e6
...@@ -15172,6 +15172,34 @@ ol li ol { ...@@ -15172,6 +15172,34 @@ ol li ol {
15172 padding-top: 103px; 15172 padding-top: 103px;
15173 } 15173 }
15174 15174
15175 .page-id-10 #page-wrapper {
15176 background-image: url("/wp-content/themes/understrap-child/images/yellow-c.png");
15177 background-position: -200px -300px;
15178 background-size: 1300px 900px;
15179 background-repeat: no-repeat;
15180 }
15181 @media screen and (max-width: 900px) {
15182 .page-id-10 #page-wrapper {
15183 background-size: 700px 700px;
15184 }
15185 }
15186 @media screen and (max-width: 768px) {
15187 .page-id-10 #page-wrapper {
15188 background-size: 900px 900px;
15189 }
15190 }
15191 .page-id-10 .partners-logo {
15192 margin-top: -70px;
15193 }
15194 @media screen and (max-width: 900px) {
15195 .page-id-10 .partners-logo {
15196 margin-top: 0px;
15197 }
15198 }
15199 .page-id-10 .partners-logo img {
15200 width: 100%;
15201 }
15202
15175 .partner-with-us { 15203 .partner-with-us {
15176 background-image: url("/wp-content/themes/understrap-child/images/green-background.png"); 15204 background-image: url("/wp-content/themes/understrap-child/images/green-background.png");
15177 width: 125vw; 15205 width: 125vw;
...@@ -15389,12 +15417,7 @@ ol li ol { ...@@ -15389,12 +15417,7 @@ ol li ol {
15389 } 15417 }
15390 15418
15391 .admin-bar .nav-container { 15419 .admin-bar .nav-container {
15392 top: 32px; 15420 top: 0px;
15393 }
15394 @media screen and (max-width: 800px) {
15395 .admin-bar .nav-container {
15396 top: 0px;
15397 }
15398 } 15421 }
15399 15422
15400 #top-nav { 15423 #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){ ...@@ -204,6 +204,29 @@ ul:not(.navbar-nav):not(.menu){
204 #page-wrapper{ 204 #page-wrapper{
205 padding-top: 103px; 205 padding-top: 103px;
206 } 206 }
207 .page-id-10{
208 #page-wrapper{
209 background-image:url("/wp-content/themes/understrap-child/images/yellow-c.png");
210 background-position: -200px -300px;
211 background-size: 1300px 900px;
212 @media screen and (max-width: 900px) {
213 background-size: 700px 700px;
214 }
215 @media screen and (max-width: 768px) {
216 background-size: 900px 900px;
217 }
218 background-repeat: no-repeat;
219 }
220 .partners-logo{
221 margin-top: -70px;
222 @media screen and (max-width: 900px) {
223 margin-top: 0px;
224 }
225 img{
226 width: 100%;
227 }
228 }
229 }
207 230
208 231
209 .partner-with-us{ 232 .partner-with-us{
......
...@@ -5,11 +5,7 @@ ...@@ -5,11 +5,7 @@
5 } 5 }
6 6
7 .admin-bar .nav-container { 7 .admin-bar .nav-container {
8 top: 32px; 8 top: 0px;
9
10 @media screen and (max-width: 800px) {
11 top: 0px;
12 }
13 } 9 }
14 10
15 #top-nav { 11 #top-nav {
......