46f633b9 by Jeff Balicki

333

1 parent 90ac50d5
......@@ -16909,7 +16909,8 @@ ss3-force-full-width {
}
@media (max-width: 800px) {
.numbers-block h3 span, .numbers-block .h3 span {
line-height: 1.5rem;
line-height: 1.45rem;
width: 71%;
}
}
.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{
line-height: 32px;
font-size: 30px;
@media (max-width: 800px) {
line-height: 1.5rem;
line-height: 1.45rem;
width: 71%;
}
}
span.number{
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30370
Version: 1.1.30371
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......