7c8540d4 by Jeff Balicki

444

1 parent 46f633b9
...@@ -16909,7 +16909,6 @@ ss3-force-full-width { ...@@ -16909,7 +16909,6 @@ 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.45rem;
16913 width: 71%; 16912 width: 71%;
16914 } 16913 }
16915 } 16914 }
......
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,7 @@ span.number-med.last{ ...@@ -385,7 +385,7 @@ 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.45rem; 388
389 width: 71%; 389 width: 71%;
390 } 390 }
391 } 391 }
......
...@@ -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.30371 8 Version: 1.1.30372
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
......