3788851d by Jeff Balicki

eeee

1 parent 29f187df
......@@ -15611,6 +15611,7 @@ figure.woocommerce-product-gallery__wrapper {
background-color: #fff;
padding-bottom: 0px;
z-index: 999999;
box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.25);
}
}
......@@ -15819,6 +15820,8 @@ h4, .h4 {
@media (max-width: 768px) {
.numbers-top .wp-block-column:first-child h1, .numbers-top .wp-block-column:first-child .h1 {
display: block;
font-size: 2.25rem;
line-height: 2.375rem;
}
}
@media (max-width: 800px) {
......@@ -15845,6 +15848,7 @@ h4, .h4 {
@media (max-width: 768px) {
.numbers-top .wp-block-column:first-child p {
font-size: 1.125rem;
line-height: 1.3125rem;
}
}
.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 @@
background-color: #fff;
padding-bottom: 0px;
z-index: 999999;
box-shadow:0px 2px 2px 2px rgba(0,0,0,0.25);
}
}
......@@ -182,6 +183,8 @@
display: none;
@media (max-width: 768px) {
display: block;
font-size: 36px;
line-height: 38px;
}
}
margin-left: -100%;
......@@ -209,6 +212,7 @@
line-height: 34px;
@media (max-width: 768px) {
font-size: 18px;
line-height: 21px;
}
}
span {
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.23
Version: 1.1.24
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......