landing
Showing
6 changed files
with
23 additions
and
1 deletions
| ... | @@ -15817,6 +15817,18 @@ h4, .h4 { | ... | @@ -15817,6 +15817,18 @@ h4, .h4 { |
| 15817 | display: none; | 15817 | display: none; |
| 15818 | } | 15818 | } |
| 15819 | } | 15819 | } |
| 15820 | .header-image .header-text h2, .header-image .header-text .h2 { | ||
| 15821 | font-family: "Calibri-bold"; | ||
| 15822 | color: #fff; | ||
| 15823 | font-size: 2.125rem; | ||
| 15824 | text-shadow: 0px 3px 3px #00000059; | ||
| 15825 | text-transform: none !important; | ||
| 15826 | } | ||
| 15827 | @media (max-width: 768px) { | ||
| 15828 | .header-image .header-text h2, .header-image .header-text .h2 { | ||
| 15829 | display: none; | ||
| 15830 | } | ||
| 15831 | } | ||
| 15820 | 15832 | ||
| 15821 | .numbers-top { | 15833 | .numbers-top { |
| 15822 | margin-bottom: 0em; | 15834 | margin-bottom: 0em; | ... | ... |
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.
| ... | @@ -187,6 +187,16 @@ | ... | @@ -187,6 +187,16 @@ |
| 187 | display: none; | 187 | display: none; |
| 188 | } | 188 | } |
| 189 | } | 189 | } |
| 190 | h2 { | ||
| 191 | font-family: "Calibri-bold"; | ||
| 192 | color: #fff; | ||
| 193 | font-size: 34px; | ||
| 194 | text-shadow: 0px 3px 3px #00000059; | ||
| 195 | text-transform: none !important; | ||
| 196 | @media (max-width: 768px) { | ||
| 197 | display: none; | ||
| 198 | } | ||
| 199 | } | ||
| 190 | } | 200 | } |
| 191 | } | 201 | } |
| 192 | 202 | ... | ... |
| ... | @@ -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.3010 | 8 | Version: 1.1.3011 |
| 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