3788851d by Jeff Balicki

eeee

1 parent 29f187df
...@@ -15611,6 +15611,7 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -15611,6 +15611,7 @@ figure.woocommerce-product-gallery__wrapper {
15611 background-color: #fff; 15611 background-color: #fff;
15612 padding-bottom: 0px; 15612 padding-bottom: 0px;
15613 z-index: 999999; 15613 z-index: 999999;
15614 box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.25);
15614 } 15615 }
15615 } 15616 }
15616 15617
...@@ -15819,6 +15820,8 @@ h4, .h4 { ...@@ -15819,6 +15820,8 @@ h4, .h4 {
15819 @media (max-width: 768px) { 15820 @media (max-width: 768px) {
15820 .numbers-top .wp-block-column:first-child h1, .numbers-top .wp-block-column:first-child .h1 { 15821 .numbers-top .wp-block-column:first-child h1, .numbers-top .wp-block-column:first-child .h1 {
15821 display: block; 15822 display: block;
15823 font-size: 2.25rem;
15824 line-height: 2.375rem;
15822 } 15825 }
15823 } 15826 }
15824 @media (max-width: 800px) { 15827 @media (max-width: 800px) {
...@@ -15845,6 +15848,7 @@ h4, .h4 { ...@@ -15845,6 +15848,7 @@ h4, .h4 {
15845 @media (max-width: 768px) { 15848 @media (max-width: 768px) {
15846 .numbers-top .wp-block-column:first-child p { 15849 .numbers-top .wp-block-column:first-child p {
15847 font-size: 1.125rem; 15850 font-size: 1.125rem;
15851 line-height: 1.3125rem;
15848 } 15852 }
15849 } 15853 }
15850 .numbers-top .wp-block-column:first-child span { 15854 .numbers-top .wp-block-column:first-child span {
......
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.
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
9 background-color: #fff; 9 background-color: #fff;
10 padding-bottom: 0px; 10 padding-bottom: 0px;
11 z-index: 999999; 11 z-index: 999999;
12 box-shadow:0px 2px 2px 2px rgba(0,0,0,0.25);
12 } 13 }
13 } 14 }
14 15
...@@ -182,6 +183,8 @@ ...@@ -182,6 +183,8 @@
182 display: none; 183 display: none;
183 @media (max-width: 768px) { 184 @media (max-width: 768px) {
184 display: block; 185 display: block;
186 font-size: 36px;
187 line-height: 38px;
185 } 188 }
186 } 189 }
187 margin-left: -100%; 190 margin-left: -100%;
...@@ -209,6 +212,7 @@ ...@@ -209,6 +212,7 @@
209 line-height: 34px; 212 line-height: 34px;
210 @media (max-width: 768px) { 213 @media (max-width: 768px) {
211 font-size: 18px; 214 font-size: 18px;
215 line-height: 21px;
212 } 216 }
213 } 217 }
214 span { 218 span {
......
...@@ -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.1.23 8 Version: 1.1.24
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
......