333
Showing
6 changed files
with
5 additions
and
3 deletions
| ... | @@ -16909,7 +16909,8 @@ ss3-force-full-width { | ... | @@ -16909,7 +16909,8 @@ ss3-force-full-width { |
| 16909 | } | 16909 | } |
| 16910 | @media (max-width: 800px) { | 16910 | @media (max-width: 800px) { |
| 16911 | .numbers-block h3 span, .numbers-block .h3 span { | 16911 | .numbers-block h3 span, .numbers-block .h3 span { |
| 16912 | line-height: 1.5rem; | 16912 | line-height: 1.45rem; |
| 16913 | width: 71%; | ||
| 16913 | } | 16914 | } |
| 16914 | } | 16915 | } |
| 16915 | .numbers-block h3 span.number, .numbers-block .h3 span.number { | 16916 | .numbers-block h3 span.number, .numbers-block .h3 span.number { | ... | ... |
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.
| ... | @@ -385,7 +385,8 @@ span.number-med.last{ | ... | @@ -385,7 +385,8 @@ span.number-med.last{ |
| 385 | line-height: 32px; | 385 | line-height: 32px; |
| 386 | font-size: 30px; | 386 | font-size: 30px; |
| 387 | @media (max-width: 800px) { | 387 | @media (max-width: 800px) { |
| 388 | line-height: 1.5rem; | 388 | line-height: 1.45rem; |
| 389 | width: 71%; | ||
| 389 | } | 390 | } |
| 390 | } | 391 | } |
| 391 | span.number{ | 392 | span.number{ | ... | ... |
| ... | @@ -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.30370 | 8 | Version: 1.1.30371 |
| 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