b76d684a by Jeff Balicki

mobile

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 430bd13c
...@@ -15033,7 +15033,8 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -15033,7 +15033,8 @@ figure.woocommerce-product-gallery__wrapper {
15033 background-size: cover; 15033 background-size: cover;
15034 margin-top: 0px; 15034 margin-top: 0px;
15035 position: absolute; 15035 position: absolute;
15036 bottom: 0px; 15036 bottom: -10px;
15037 z-index: 999;
15037 } 15038 }
15038 15039
15039 .home-page { 15040 .home-page {
...@@ -15045,6 +15046,12 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -15045,6 +15046,12 @@ figure.woocommerce-product-gallery__wrapper {
15045 position: relative; 15046 position: relative;
15046 z-index: 99; 15047 z-index: 99;
15047 } 15048 }
15049 @media (max-width: 786px) {
15050 .home-page .entry-content {
15051 margin-top: 126px;
15052 }
15053 }
15054
15048 h1, .h1 { 15055 h1, .h1 {
15049 color: #183668; 15056 color: #183668;
15050 font-size: 32px; 15057 font-size: 32px;
...@@ -15480,7 +15487,7 @@ body, html { ...@@ -15480,7 +15487,7 @@ body, html {
15480 @media (max-width: 786px) { 15487 @media (max-width: 786px) {
15481 .extra-wide-right { 15488 .extra-wide-right {
15482 width: 160%; 15489 width: 160%;
15483 min-height: 266px; 15490 min-height: 300px;
15484 margin-right: -30% !important; 15491 margin-right: -30% !important;
15485 margin-left: -30% !important; 15492 margin-left: -30% !important;
15486 background-position: 0% 70%; 15493 background-position: 0% 70%;
...@@ -15575,7 +15582,7 @@ body, html { ...@@ -15575,7 +15582,7 @@ body, html {
15575 .extra-wide.image { 15582 .extra-wide.image {
15576 background-image: none !important; 15583 background-image: none !important;
15577 flex-direction: column-reverse; 15584 flex-direction: column-reverse;
15578 background: #160f15; 15585 background: #181218;
15579 } 15586 }
15580 .extra-wide { 15587 .extra-wide {
15581 gap: 0px; 15588 gap: 0px;
......
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.
...@@ -31,7 +31,7 @@ body,html{ ...@@ -31,7 +31,7 @@ body,html{
31 background-size: cover; 31 background-size: cover;
32 @media (max-width: 786px) { 32 @media (max-width: 786px) {
33 width: 160%; 33 width: 160%;
34 min-height: 266px; 34 min-height: 300px;
35 margin-right: -30%!important; 35 margin-right: -30%!important;
36 margin-left: -30%!important; 36 margin-left: -30%!important;
37 background-position: 0% 70%; 37 background-position: 0% 70%;
...@@ -119,7 +119,7 @@ body,html{ ...@@ -119,7 +119,7 @@ body,html{
119 .extra-wide.image{ 119 .extra-wide.image{
120 background-image: none !important; 120 background-image: none !important;
121 flex-direction: column-reverse; 121 flex-direction: column-reverse;
122 background:#160f15; 122 background:#181218;
123 123
124 } 124 }
125 .extra-wide{ 125 .extra-wide{
......
...@@ -101,7 +101,8 @@ background-position: right top; ...@@ -101,7 +101,8 @@ background-position: right top;
101 background-size: cover; 101 background-size: cover;
102 margin-top: 0px; 102 margin-top: 0px;
103 position: absolute; 103 position: absolute;
104 bottom: 0px; 104 bottom: -10px;
105 z-index: 999;
105 } 106 }
106 107
107 .home-page{ 108 .home-page{
...@@ -112,6 +113,7 @@ bottom: 0px; ...@@ -112,6 +113,7 @@ bottom: 0px;
112 position: relative; 113 position: relative;
113 z-index: 99; 114 z-index: 99;
114 @media (max-width: 786px) { 115 @media (max-width: 786px) {
116 margin-top: 126px;
115 // margin-top: 60px; 117 // margin-top: 60px;
116 } 118 }
117 } 119 }
......
...@@ -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.1 8 Version: 1.2.12
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
......