d260207a by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 43a8f093
......@@ -15564,6 +15564,7 @@ body, html {
margin-right: -50% !important;
padding-right: 50% !important;
background-color: #183668;
margin-bottom: 0.4em;
}
@media (max-width: 786px) {
.extra-wide {
......@@ -15594,11 +15595,15 @@ body, html {
.extra-wide.image {
background-size: inherit;
height: 800px;
height: 900px;
background-repeat: no-repeat;
background-position: center;
margin-top: -28px;
box-shadow: inset 5000px 5000px 5000px 5000px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1150px) {
.extra-wide.image {
height: 950px;
}
}
@media (max-width: 786px) {
.extra-wide.image {
......@@ -15615,6 +15620,12 @@ body, html {
.extra-wide-image-left {
padding: 50px 90px 90px 0px;
}
@media (max-width: 1250px) {
.extra-wide-image-left {
padding: 50px 0px 40px 0;
flex-basis: 100% !important;
}
}
@media (max-width: 786px) {
.extra-wide-image-left {
padding: 0 0px 40px 0;
......
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.
......@@ -46,6 +46,7 @@ body,html{
margin-right: -50% !important;
padding-right: 50% !important;
background-color: #183668;
margin-bottom: 0.4em;
@media (max-width: 786px) {
flex-direction: column-reverse;
}
......@@ -74,13 +75,16 @@ body,html{
}
.extra-wide.image{
background-size: inherit;
height: 800px;
height: 900px;
background-repeat: no-repeat;
background-position: center;
margin-top: -28px;
@media (max-width: 1150px) {
height: 950px;
}
box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0.2);
//box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0.2);
@media (max-width: 786px) {
box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0);
width: calc(100% + 40%);
......@@ -93,6 +97,10 @@ body,html{
}
.extra-wide-image-left{
padding: 50px 90px 90px 0px;
@media (max-width: 1250px) {
padding: 50px 0px 40px 0;
flex-basis: 100% !important;
}
@media (max-width: 786px) {
padding: 0 0px 40px 0;
width: 100%;
......@@ -171,3 +179,5 @@ div#error-404-wrapper {
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.16
Version: 1.2.17
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......