129e9b0c by Jeff Balicki

eee

1 parent 1208c5e6
...@@ -16668,6 +16668,7 @@ ss3-force-full-width { ...@@ -16668,6 +16668,7 @@ ss3-force-full-width {
16668 font-family: "Calibri-bold"; 16668 font-family: "Calibri-bold";
16669 font-size: 12.8125rem; 16669 font-size: 12.8125rem;
16670 color: #012169; 16670 color: #012169;
16671 line-height: 11.25rem;
16671 } 16672 }
16672 @media (max-width: 1300px) { 16673 @media (max-width: 1300px) {
16673 .yellow span.number-big { 16674 .yellow span.number-big {
......
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.
...@@ -223,6 +223,7 @@ span.number-big{ ...@@ -223,6 +223,7 @@ span.number-big{
223 font-family: "Calibri-bold"; 223 font-family: "Calibri-bold";
224 font-size: 205px; 224 font-size: 205px;
225 color: #012169; 225 color: #012169;
226 line-height: 180px;
226 @media (max-width: 1300px) { 227 @media (max-width: 1300px) {
227 line-height: 120px; 228 line-height: 120px;
228 font-size: 136px; 229 font-size: 136px;
......
...@@ -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.38 8 Version: 1.1.39
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
......