4d830a70 by Jeff Balicki

eee

1 parent 6ed44c27
...@@ -16801,7 +16801,7 @@ ss3-force-full-width { ...@@ -16801,7 +16801,7 @@ ss3-force-full-width {
16801 } 16801 }
16802 .yellow span.number-med { 16802 .yellow span.number-med {
16803 font-family: "Calibri-bold"; 16803 font-family: "Calibri-bold";
16804 font-size: 2.4375rem; 16804 font-size: 2.3125rem;
16805 color: #333F48; 16805 color: #333F48;
16806 margin-left: 0px; 16806 margin-left: 0px;
16807 } 16807 }
......
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.
...@@ -96,7 +96,7 @@ function send_planner_email($data) ...@@ -96,7 +96,7 @@ function send_planner_email($data)
96 </tr> 96 </tr>
97 <tr> 97 <tr>
98 <td colspan="3" style="padding:0 0 36px 0;color:#153643;"> 98 <td colspan="3" style="padding:0 0 36px 0;color:#153643;">
99 <?php echo "<table class='f-16'><tr><td>NAME:</td><td>" . $name . "</td></tr><tr><td>EMAIL:</td><td>" .$email . "</td></tr><tr><td>PHONE:</td><td>" . $phone . "</td></tr><tr><td>AGE:</td><td>" .$age . "</td></tr><tr><td>CONTACT BY:</td><td>" . $contact . "</td></tr><tr><td>TALK ABOUT:</td><td>" .$about . "</td></tr></table>"; ?> 99 <?php echo "<table class='f-16'><tr><td>NAME:</td><td>" . $name . "</td></tr><tr><td>EMAIL:</td><td>" .$email . "</td></tr><tr><td>PHONE:</td><td>" . $phone . "</td></tr><tr><td>AGE:</td><td>" .$age . "</td></tr><tr><td>CONTACT BY:</td><td>" . $contact . "</td></tr><tr><td colspan='2'>TALK ABOUT:<br><br>" .$about . "</td></tr></table>"; ?>
100 </td> 100 </td>
101 </tr> 101 </tr>
102 <tr style="background:#ffffff;"> 102 <tr style="background:#ffffff;">
......
...@@ -286,7 +286,7 @@ span.number-big{ ...@@ -286,7 +286,7 @@ span.number-big{
286 } 286 }
287 span.number-med{ 287 span.number-med{
288 font-family: "Calibri-bold"; 288 font-family: "Calibri-bold";
289 font-size: 39px; 289 font-size: 37px;
290 color: #333F48; 290 color: #333F48;
291 margin-left: 0px; 291 margin-left: 0px;
292 @media (max-width: 1300px) { 292 @media (max-width: 1300px) {
......
...@@ -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.30355 8 Version: 1.1.30356
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
......