page
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
51 additions
and
9 deletions
| ... | @@ -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; | ||
| 15393 | } | ||
| 15394 | @media screen and (max-width: 800px) { | ||
| 15395 | .admin-bar .nav-container { | ||
| 15396 | top: 0px; | 15420 | 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.
2.94 MB
| ... | @@ -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{ | ... | ... |
-
Please register or sign in to post a comment