xxx
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
8 changed files
with
47 additions
and
5 deletions
| ... | @@ -14496,6 +14496,12 @@ h1, .h1 { | ... | @@ -14496,6 +14496,12 @@ h1, .h1 { |
| 14496 | line-height: 42px; | 14496 | line-height: 42px; |
| 14497 | } | 14497 | } |
| 14498 | } | 14498 | } |
| 14499 | @media only screen and (max-width: 768px) { | ||
| 14500 | h1 span, .h1 span { | ||
| 14501 | font-size: 24px !important; | ||
| 14502 | line-height: 34px !important; | ||
| 14503 | } | ||
| 14504 | } | ||
| 14499 | 14505 | ||
| 14500 | h2, .h2 { | 14506 | h2, .h2 { |
| 14501 | color: #0484B8; | 14507 | color: #0484B8; |
| ... | @@ -14692,6 +14698,11 @@ input[type=checkbox] { | ... | @@ -14692,6 +14698,11 @@ input[type=checkbox] { |
| 14692 | font-size: 15px; | 14698 | font-size: 15px; |
| 14693 | } | 14699 | } |
| 14694 | } | 14700 | } |
| 14701 | @media only screen and (max-width: 500px) { | ||
| 14702 | .pre-header { | ||
| 14703 | font-size: 14px; | ||
| 14704 | } | ||
| 14705 | } | ||
| 14695 | .pre-header .sponsored { | 14706 | .pre-header .sponsored { |
| 14696 | text-align: right; | 14707 | text-align: right; |
| 14697 | } | 14708 | } |
| ... | @@ -15348,7 +15359,7 @@ input[type=checkbox] { | ... | @@ -15348,7 +15359,7 @@ input[type=checkbox] { |
| 15348 | } | 15359 | } |
| 15349 | @media only screen and (max-width: 768px) { | 15360 | @media only screen and (max-width: 768px) { |
| 15350 | .carousel .swiper-button-prev { | 15361 | .carousel .swiper-button-prev { |
| 15351 | left: -5px !important; | 15362 | left: -13px !important; |
| 15352 | } | 15363 | } |
| 15353 | } | 15364 | } |
| 15354 | .carousel .swiper-pagination { | 15365 | .carousel .swiper-pagination { |
| ... | @@ -15504,6 +15515,12 @@ input[type=checkbox] { | ... | @@ -15504,6 +15515,12 @@ input[type=checkbox] { |
| 15504 | .testimonials-carousel .swiper-slide:nth-of-type(4) .promo-img img { | 15515 | .testimonials-carousel .swiper-slide:nth-of-type(4) .promo-img img { |
| 15505 | border-bottom: 20px solid #e04e39; | 15516 | border-bottom: 20px solid #e04e39; |
| 15506 | } | 15517 | } |
| 15518 | @media only screen and (max-width: 768px) { | ||
| 15519 | .testimonials-carousel .swiper-pagination { | ||
| 15520 | bottom: -45px !important; | ||
| 15521 | margin-left: -20px; | ||
| 15522 | } | ||
| 15523 | } | ||
| 15507 | 15524 | ||
| 15508 | .promo-carousel { | 15525 | .promo-carousel { |
| 15509 | width: 100% !important; | 15526 | width: 100% !important; |
| ... | @@ -15601,12 +15618,18 @@ input[type=checkbox] { | ... | @@ -15601,12 +15618,18 @@ input[type=checkbox] { |
| 15601 | } | 15618 | } |
| 15602 | @media only screen and (max-width: 768px) { | 15619 | @media only screen and (max-width: 768px) { |
| 15603 | .promo-carousel .swiper-button-prev { | 15620 | .promo-carousel .swiper-button-prev { |
| 15604 | left: -10px !important; | 15621 | left: -13px !important; |
| 15605 | } | 15622 | } |
| 15606 | } | 15623 | } |
| 15607 | .promo-carousel .swiper-pagination { | 15624 | .promo-carousel .swiper-pagination { |
| 15608 | bottom: 65px !important; | 15625 | bottom: 65px !important; |
| 15609 | } | 15626 | } |
| 15627 | @media only screen and (max-width: 768px) { | ||
| 15628 | .promo-carousel .swiper-pagination { | ||
| 15629 | bottom: 25px !important; | ||
| 15630 | margin-left: -20px; | ||
| 15631 | } | ||
| 15632 | } | ||
| 15610 | .promo-carousel .swiper-slide:nth-of-type(2) .promo-img { | 15633 | .promo-carousel .swiper-slide:nth-of-type(2) .promo-img { |
| 15611 | border-bottom: 20px solid #3f9c35; | 15634 | border-bottom: 20px solid #3f9c35; |
| 15612 | } | 15635 | } | ... | ... |
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 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | .swiper-button-prev { | 58 | .swiper-button-prev { |
| 59 | left: 7px !important; | 59 | left: 7px !important; |
| 60 | @media only screen and (max-width: 768px) { | 60 | @media only screen and (max-width: 768px) { |
| 61 | left: -5px !important; | 61 | left: -13px !important; |
| 62 | } | 62 | } |
| 63 | } | 63 | } |
| 64 | .swiper-pagination { | 64 | .swiper-pagination { |
| ... | @@ -225,6 +225,12 @@ | ... | @@ -225,6 +225,12 @@ |
| 225 | border-bottom: 20px solid #e04e39; | 225 | border-bottom: 20px solid #e04e39; |
| 226 | } | 226 | } |
| 227 | } | 227 | } |
| 228 | .swiper-pagination { | ||
| 229 | @media only screen and (max-width: 768px) { | ||
| 230 | bottom: -45px !important; | ||
| 231 | margin-left: -20px; | ||
| 232 | } | ||
| 233 | } | ||
| 228 | } | 234 | } |
| 229 | 235 | ||
| 230 | 236 | ||
| ... | @@ -308,11 +314,15 @@ | ... | @@ -308,11 +314,15 @@ |
| 308 | .swiper-button-prev { | 314 | .swiper-button-prev { |
| 309 | left: 7px !important; | 315 | left: 7px !important; |
| 310 | @media only screen and (max-width: 768px) { | 316 | @media only screen and (max-width: 768px) { |
| 311 | left: -10px !important; | 317 | left: -13px !important; |
| 312 | } | 318 | } |
| 313 | } | 319 | } |
| 314 | .swiper-pagination { | 320 | .swiper-pagination { |
| 315 | bottom: 65px !important; | 321 | bottom: 65px !important; |
| 322 | @media only screen and (max-width: 768px) { | ||
| 323 | bottom: 25px !important; | ||
| 324 | margin-left: -20px; | ||
| 325 | } | ||
| 316 | } | 326 | } |
| 317 | 327 | ||
| 318 | .swiper-slide:nth-of-type(2) { | 328 | .swiper-slide:nth-of-type(2) { | ... | ... |
| ... | @@ -24,6 +24,12 @@ h1{ | ... | @@ -24,6 +24,12 @@ h1{ |
| 24 | font-size: 32px; | 24 | font-size: 32px; |
| 25 | line-height: 42px; | 25 | line-height: 42px; |
| 26 | } | 26 | } |
| 27 | span{ | ||
| 28 | @media only screen and (max-width: 768px) { | ||
| 29 | font-size: 24px !important; | ||
| 30 | line-height: 34px !important; | ||
| 31 | } | ||
| 32 | } | ||
| 27 | } | 33 | } |
| 28 | 34 | ||
| 29 | h2{ | 35 | h2{ | ... | ... |
| ... | @@ -6,6 +6,9 @@ | ... | @@ -6,6 +6,9 @@ |
| 6 | @media only screen and (max-width: 768px) { | 6 | @media only screen and (max-width: 768px) { |
| 7 | font-size: 15px; | 7 | font-size: 15px; |
| 8 | } | 8 | } |
| 9 | @media only screen and (max-width: 500px) { | ||
| 10 | font-size: 14px; | ||
| 11 | } | ||
| 9 | .sponsored { | 12 | .sponsored { |
| 10 | text-align: right; | 13 | text-align: right; |
| 11 | .logo { | 14 | .logo { | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: Tenzing Communications | 5 | Author: Tenzing Communications |
| 6 | Author URI: https://tenzingbrand.com | 6 | Author URI: https://tenzingbrand.com |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.1.0016 | 8 | Version: 1.1.0017 |
| 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 | ... | ... |
-
Please register or sign in to post a comment