9a461736 by Jeff Balicki

mmm

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent edafb2dc
......@@ -14547,12 +14547,10 @@ h3, .h3 {
line-height: 32px;
margin-top: 20px;
margin-bottom: 20px;
font-family: "Open Sans", sans-serif;
}
a {
color: #2C2C2C;
font-family: "Open Sans", sans-serif;
}
a:hover {
......@@ -15689,6 +15687,7 @@ a.skip-link:focus {
.promo-carousel .swiper-slide .promo_content h3, .promo-carousel .swiper-slide .promo_content .h3 {
font-size: 22px;
line-height: 33px;
font-weight: 700;
}
.promo-carousel .swiper-slide .promo_content p {
font-size: 16px;
......@@ -15806,7 +15805,6 @@ a.skip-link:focus {
line-height: 32px !important;
margin-top: 20px !important;
margin-bottom: 20px !important;
font-family: "Open Sans", sans-serif;
margin-top: 0px !important;
text-transform: capitalize;
}
......@@ -15848,7 +15846,6 @@ a.skip-link:focus {
font-size: 14px;
font-weight: bold;
line-height: 20px;
font-family: "PT Sans", sans-serif;
font-weight: bold;
}
......@@ -16596,9 +16593,9 @@ td.hidden {
}
@media only screen and (max-width: 768px) {
.external-link:before {
height: 30px;
width: 30px;
margin-right: 5px;
height: 25px;
width: 25px;
margin-right: 15px;
margin-top: 5px;
}
}
......@@ -16782,7 +16779,6 @@ label[for=payment_method_stripe] {
color: #0484b8;
font-size: 29px;
line-height: 32px;
font-family: "Open Sans", sans-serif;
}
.woocommerce-page .hero-container {
......
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.
......@@ -29,7 +29,6 @@
line-height: 32px!important;
margin-top: 20px!important;
margin-bottom: 20px!important;
font-family: 'Open Sans', sans-serif;
margin-top: 0px !important;
text-transform: capitalize;
@media only screen and (max-width: 768px) {
......
......@@ -302,7 +302,8 @@
h3 {
font-size: 22px;
line-height: 33px;
}
font-weight: 700;
}
p {
font-size: 16px;
line-height: 22px;
......
......@@ -71,11 +71,11 @@ h3{
line-height: 32px;
margin-top: 20px;
margin-bottom: 20px;
font-family: 'Open Sans', sans-serif;
}
a{
color:#2C2C2C;
font-family: 'Open Sans', sans-serif;
}
a:hover{
color: #0484B8;
......
......@@ -179,9 +179,9 @@ td.hidden {
margin-top: 10px;
margin-right: 10px;
@media only screen and (max-width: 768px) {
height: 30px;
width: 30px;
margin-right: 5px;
height: 25px;
width: 25px;
margin-right: 15px;
margin-top: 5px;
}
display: inline-block;
......
......@@ -31,7 +31,7 @@
font-size: 14px;
font-weight: bold;
line-height: 20px;
font-family: "PT Sans",sans-serif;
font-weight:bold;;
}
......
......@@ -73,7 +73,7 @@ label[for=payment_method_stripe]{
color: #0484b8;
font-size: 29px;
line-height: 32px;
font-family: "Open Sans",sans-serif;
}
.woocommerce-page{
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0035
Version: 1.1.0036
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......