03adec8e by Jeff Balicki

ddd

1 parent 4d830a70
...@@ -16903,9 +16903,9 @@ ss3-force-full-width { ...@@ -16903,9 +16903,9 @@ ss3-force-full-width {
16903 } 16903 }
16904 .numbers-block h3 span, .numbers-block .h3 span { 16904 .numbers-block h3 span, .numbers-block .h3 span {
16905 display: inline-block; 16905 display: inline-block;
16906 width: 67%; 16906 width: 70%;
16907 line-height: 2rem; 16907 line-height: 2rem;
16908 font-size: 2rem; 16908 font-size: 1.875rem;
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 {
...@@ -16913,8 +16913,8 @@ ss3-force-full-width { ...@@ -16913,8 +16913,8 @@ ss3-force-full-width {
16913 } 16913 }
16914 } 16914 }
16915 .numbers-block h3 span.number, .numbers-block .h3 span.number { 16915 .numbers-block h3 span.number, .numbers-block .h3 span.number {
16916 font-size: 11.875rem; 16916 font-size: 11.25rem;
16917 width: 33%; 16917 width: 30%;
16918 padding-right: 10px; 16918 padding-right: 10px;
16919 } 16919 }
16920 @media (max-width: 1300px) { 16920 @media (max-width: 1300px) {
......
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.
...@@ -76,7 +76,7 @@ function send_planner_email($data) ...@@ -76,7 +76,7 @@ function send_planner_email($data)
76 <table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;"> 76 <table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;">
77 <tr> 77 <tr>
78 <td style="padding:0 0 36px 0;color:#153643;"> 78 <td style="padding:0 0 36px 0;color:#153643;">
79 <h1 style="font-size:50px;line-height:55px;color:#fff;margin:0 0 20px 0; font-family: Calibri-bold;"> 79 <h1 style="font-size:40px;line-height:45px;color:#fff;margin:0 0 20px 0; font-family: Calibri-bold;">
80 YOU'VE BEEN CONTACTED<br> 80 YOU'VE BEEN CONTACTED<br>
81 THROUGH THE WHAT'S YOUR<br> 81 THROUGH THE WHAT'S YOUR<br>
82 NUMBER CAMPAIGN. 82 NUMBER CAMPAIGN.
...@@ -242,7 +242,7 @@ ob_start();?> ...@@ -242,7 +242,7 @@ ob_start();?>
242 &nbsp; 242 &nbsp;
243 </td> 243 </td>
244 <td align="center" width="135"> 244 <td align="center" width="135">
245 <img width="135" src="https://yournumbers.ca/wp-content/uploads/2022/01/Group-1073@2x.png" class="img-fluid" alt="FP Canada"> 245 &nbsp;
246 </td> 246 </td>
247 <td align="center" width="40"> 247 <td align="center" width="40">
248 &nbsp;&nbsp; 248 &nbsp;&nbsp;
......
...@@ -381,16 +381,16 @@ span.number-med.last{ ...@@ -381,16 +381,16 @@ span.number-med.last{
381 381
382 span{ 382 span{
383 display: inline-block; 383 display: inline-block;
384 width: 67%; 384 width: 70%;
385 line-height: 32px; 385 line-height: 32px;
386 font-size: 32px; 386 font-size: 30px;
387 @media (max-width: 800px) { 387 @media (max-width: 800px) {
388 line-height: 1.5rem; 388 line-height: 1.5rem;
389 } 389 }
390 } 390 }
391 span.number{ 391 span.number{
392 font-size: 190px; 392 font-size: 180px;
393 width: 33%; 393 width: 30%;
394 padding-right: 10px; 394 padding-right: 10px;
395 @media (max-width: 1300px) { 395 @media (max-width: 1300px) {
396 width: unset; 396 width: unset;
......
...@@ -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.30356 8 Version: 1.1.30357
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
......