qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
27 additions
and
6 deletions
| ... | @@ -15564,6 +15564,7 @@ body, html { | ... | @@ -15564,6 +15564,7 @@ body, html { |
| 15564 | margin-right: -50% !important; | 15564 | margin-right: -50% !important; |
| 15565 | padding-right: 50% !important; | 15565 | padding-right: 50% !important; |
| 15566 | background-color: #183668; | 15566 | background-color: #183668; |
| 15567 | margin-bottom: 0.4em; | ||
| 15567 | } | 15568 | } |
| 15568 | @media (max-width: 786px) { | 15569 | @media (max-width: 786px) { |
| 15569 | .extra-wide { | 15570 | .extra-wide { |
| ... | @@ -15594,11 +15595,15 @@ body, html { | ... | @@ -15594,11 +15595,15 @@ body, html { |
| 15594 | 15595 | ||
| 15595 | .extra-wide.image { | 15596 | .extra-wide.image { |
| 15596 | background-size: inherit; | 15597 | background-size: inherit; |
| 15597 | height: 800px; | 15598 | height: 900px; |
| 15598 | background-repeat: no-repeat; | 15599 | background-repeat: no-repeat; |
| 15599 | background-position: center; | 15600 | background-position: center; |
| 15600 | margin-top: -28px; | 15601 | margin-top: -28px; |
| 15601 | box-shadow: inset 5000px 5000px 5000px 5000px rgba(0, 0, 0, 0.2); | 15602 | } |
| 15603 | @media (max-width: 1150px) { | ||
| 15604 | .extra-wide.image { | ||
| 15605 | height: 950px; | ||
| 15606 | } | ||
| 15602 | } | 15607 | } |
| 15603 | @media (max-width: 786px) { | 15608 | @media (max-width: 786px) { |
| 15604 | .extra-wide.image { | 15609 | .extra-wide.image { |
| ... | @@ -15615,6 +15620,12 @@ body, html { | ... | @@ -15615,6 +15620,12 @@ body, html { |
| 15615 | .extra-wide-image-left { | 15620 | .extra-wide-image-left { |
| 15616 | padding: 50px 90px 90px 0px; | 15621 | padding: 50px 90px 90px 0px; |
| 15617 | } | 15622 | } |
| 15623 | @media (max-width: 1250px) { | ||
| 15624 | .extra-wide-image-left { | ||
| 15625 | padding: 50px 0px 40px 0; | ||
| 15626 | flex-basis: 100% !important; | ||
| 15627 | } | ||
| 15628 | } | ||
| 15618 | @media (max-width: 786px) { | 15629 | @media (max-width: 786px) { |
| 15619 | .extra-wide-image-left { | 15630 | .extra-wide-image-left { |
| 15620 | padding: 0 0px 40px 0; | 15631 | 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{ | ... | @@ -46,6 +46,7 @@ body,html{ |
| 46 | margin-right: -50% !important; | 46 | margin-right: -50% !important; |
| 47 | padding-right: 50% !important; | 47 | padding-right: 50% !important; |
| 48 | background-color: #183668; | 48 | background-color: #183668; |
| 49 | margin-bottom: 0.4em; | ||
| 49 | @media (max-width: 786px) { | 50 | @media (max-width: 786px) { |
| 50 | flex-direction: column-reverse; | 51 | flex-direction: column-reverse; |
| 51 | } | 52 | } |
| ... | @@ -74,13 +75,16 @@ body,html{ | ... | @@ -74,13 +75,16 @@ body,html{ |
| 74 | } | 75 | } |
| 75 | .extra-wide.image{ | 76 | .extra-wide.image{ |
| 76 | background-size: inherit; | 77 | background-size: inherit; |
| 77 | height: 800px; | 78 | height: 900px; |
| 78 | background-repeat: no-repeat; | 79 | background-repeat: no-repeat; |
| 79 | background-position: center; | 80 | background-position: center; |
| 80 | margin-top: -28px; | 81 | margin-top: -28px; |
| 82 | @media (max-width: 1150px) { | ||
| 83 | height: 950px; | ||
| 84 | } | ||
| 81 | 85 | ||
| 82 | 86 | ||
| 83 | box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0.2); | 87 | //box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0.2); |
| 84 | @media (max-width: 786px) { | 88 | @media (max-width: 786px) { |
| 85 | box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0); | 89 | box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0); |
| 86 | width: calc(100% + 40%); | 90 | width: calc(100% + 40%); |
| ... | @@ -93,6 +97,10 @@ body,html{ | ... | @@ -93,6 +97,10 @@ body,html{ |
| 93 | } | 97 | } |
| 94 | .extra-wide-image-left{ | 98 | .extra-wide-image-left{ |
| 95 | padding: 50px 90px 90px 0px; | 99 | padding: 50px 90px 90px 0px; |
| 100 | @media (max-width: 1250px) { | ||
| 101 | padding: 50px 0px 40px 0; | ||
| 102 | flex-basis: 100% !important; | ||
| 103 | } | ||
| 96 | @media (max-width: 786px) { | 104 | @media (max-width: 786px) { |
| 97 | padding: 0 0px 40px 0; | 105 | padding: 0 0px 40px 0; |
| 98 | width: 100%; | 106 | width: 100%; |
| ... | @@ -170,4 +178,6 @@ div#error-404-wrapper { | ... | @@ -170,4 +178,6 @@ div#error-404-wrapper { |
| 170 | } | 178 | } |
| 171 | 179 | ||
| 172 | } | 180 | } |
| 173 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 181 | } | ||
| 182 | |||
| 183 | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.2.16 | 8 | Version: 1.2.17 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment