b76d684a by Jeff Balicki

mobile

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 430bd13c
......@@ -15033,7 +15033,8 @@ figure.woocommerce-product-gallery__wrapper {
background-size: cover;
margin-top: 0px;
position: absolute;
bottom: 0px;
bottom: -10px;
z-index: 999;
}
.home-page {
......@@ -15045,6 +15046,12 @@ figure.woocommerce-product-gallery__wrapper {
position: relative;
z-index: 99;
}
@media (max-width: 786px) {
.home-page .entry-content {
margin-top: 126px;
}
}
h1, .h1 {
color: #183668;
font-size: 32px;
......@@ -15480,7 +15487,7 @@ body, html {
@media (max-width: 786px) {
.extra-wide-right {
width: 160%;
min-height: 266px;
min-height: 300px;
margin-right: -30% !important;
margin-left: -30% !important;
background-position: 0% 70%;
......@@ -15575,7 +15582,7 @@ body, html {
.extra-wide.image {
background-image: none !important;
flex-direction: column-reverse;
background: #160f15;
background: #181218;
}
.extra-wide {
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{
background-size: cover;
@media (max-width: 786px) {
width: 160%;
min-height: 266px;
min-height: 300px;
margin-right: -30%!important;
margin-left: -30%!important;
background-position: 0% 70%;
......@@ -119,7 +119,7 @@ body,html{
.extra-wide.image{
background-image: none !important;
flex-direction: column-reverse;
background:#160f15;
background:#181218;
}
.extra-wide{
......
......@@ -101,7 +101,8 @@ background-position: right top;
background-size: cover;
margin-top: 0px;
position: absolute;
bottom: 0px;
bottom: -10px;
z-index: 999;
}
.home-page{
......@@ -112,6 +113,7 @@ bottom: 0px;
position: relative;
z-index: 99;
@media (max-width: 786px) {
margin-top: 126px;
// margin-top: 60px;
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.1
Version: 1.2.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......