a455a92c by Jeff Balicki

xxx

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 97ecd2de
......@@ -14496,6 +14496,12 @@ h1, .h1 {
line-height: 42px;
}
}
@media only screen and (max-width: 768px) {
h1 span, .h1 span {
font-size: 24px !important;
line-height: 34px !important;
}
}
h2, .h2 {
color: #0484B8;
......@@ -14692,6 +14698,11 @@ input[type=checkbox] {
font-size: 15px;
}
}
@media only screen and (max-width: 500px) {
.pre-header {
font-size: 14px;
}
}
.pre-header .sponsored {
text-align: right;
}
......@@ -15348,7 +15359,7 @@ input[type=checkbox] {
}
@media only screen and (max-width: 768px) {
.carousel .swiper-button-prev {
left: -5px !important;
left: -13px !important;
}
}
.carousel .swiper-pagination {
......@@ -15504,6 +15515,12 @@ input[type=checkbox] {
.testimonials-carousel .swiper-slide:nth-of-type(4) .promo-img img {
border-bottom: 20px solid #e04e39;
}
@media only screen and (max-width: 768px) {
.testimonials-carousel .swiper-pagination {
bottom: -45px !important;
margin-left: -20px;
}
}
.promo-carousel {
width: 100% !important;
......@@ -15601,12 +15618,18 @@ input[type=checkbox] {
}
@media only screen and (max-width: 768px) {
.promo-carousel .swiper-button-prev {
left: -10px !important;
left: -13px !important;
}
}
.promo-carousel .swiper-pagination {
bottom: 65px !important;
}
@media only screen and (max-width: 768px) {
.promo-carousel .swiper-pagination {
bottom: 25px !important;
margin-left: -20px;
}
}
.promo-carousel .swiper-slide:nth-of-type(2) .promo-img {
border-bottom: 20px solid #3f9c35;
}
......
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.
......@@ -58,7 +58,7 @@
.swiper-button-prev {
left: 7px !important;
@media only screen and (max-width: 768px) {
left: -5px !important;
left: -13px !important;
}
}
.swiper-pagination {
......@@ -225,6 +225,12 @@
border-bottom: 20px solid #e04e39;
}
}
.swiper-pagination {
@media only screen and (max-width: 768px) {
bottom: -45px !important;
margin-left: -20px;
}
}
}
......@@ -308,11 +314,15 @@
.swiper-button-prev {
left: 7px !important;
@media only screen and (max-width: 768px) {
left: -10px !important;
left: -13px !important;
}
}
.swiper-pagination {
bottom: 65px !important;
@media only screen and (max-width: 768px) {
bottom: 25px !important;
margin-left: -20px;
}
}
.swiper-slide:nth-of-type(2) {
......
......@@ -24,6 +24,12 @@ h1{
font-size: 32px;
line-height: 42px;
}
span{
@media only screen and (max-width: 768px) {
font-size: 24px !important;
line-height: 34px !important;
}
}
}
h2{
......
......@@ -6,6 +6,9 @@
@media only screen and (max-width: 768px) {
font-size: 15px;
}
@media only screen and (max-width: 500px) {
font-size: 14px;
}
.sponsored {
text-align: right;
.logo {
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0016
Version: 1.1.0017
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......