03adec8e by Jeff Balicki

ddd

1 parent 4d830a70
......@@ -16903,9 +16903,9 @@ ss3-force-full-width {
}
.numbers-block h3 span, .numbers-block .h3 span {
display: inline-block;
width: 67%;
width: 70%;
line-height: 2rem;
font-size: 2rem;
font-size: 1.875rem;
}
@media (max-width: 800px) {
.numbers-block h3 span, .numbers-block .h3 span {
......@@ -16913,8 +16913,8 @@ ss3-force-full-width {
}
}
.numbers-block h3 span.number, .numbers-block .h3 span.number {
font-size: 11.875rem;
width: 33%;
font-size: 11.25rem;
width: 30%;
padding-right: 10px;
}
@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)
<table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;">
<tr>
<td style="padding:0 0 36px 0;color:#153643;">
<h1 style="font-size:50px;line-height:55px;color:#fff;margin:0 0 20px 0; font-family: Calibri-bold;">
<h1 style="font-size:40px;line-height:45px;color:#fff;margin:0 0 20px 0; font-family: Calibri-bold;">
YOU'VE BEEN CONTACTED<br>
THROUGH THE WHAT'S YOUR<br>
NUMBER CAMPAIGN.
......@@ -242,7 +242,7 @@ ob_start();?>
&nbsp;
</td>
<td align="center" width="135">
<img width="135" src="https://yournumbers.ca/wp-content/uploads/2022/01/Group-1073@2x.png" class="img-fluid" alt="FP Canada">
&nbsp;
</td>
<td align="center" width="40">
&nbsp;&nbsp;
......
......@@ -381,16 +381,16 @@ span.number-med.last{
span{
display: inline-block;
width: 67%;
width: 70%;
line-height: 32px;
font-size: 32px;
font-size: 30px;
@media (max-width: 800px) {
line-height: 1.5rem;
}
}
span.number{
font-size: 190px;
width: 33%;
font-size: 180px;
width: 30%;
padding-right: 10px;
@media (max-width: 1300px) {
width: unset;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30356
Version: 1.1.30357
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......