37271b38 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ec542fe1
...@@ -14376,6 +14376,13 @@ h1, .h1 { ...@@ -14376,6 +14376,13 @@ h1, .h1 {
14376 font-family: "trade-gothic-next"; 14376 font-family: "trade-gothic-next";
14377 } 14377 }
14378 14378
14379 .um-row-heading {
14380 color: #1A3668 !important;
14381 font-size: 39px !important;
14382 line-height: 49px !important;
14383 font-family: "trade-gothic-next";
14384 }
14385
14379 h2, .h2 { 14386 h2, .h2 {
14380 color: #1A3668; 14387 color: #1A3668;
14381 font-size: 28px; 14388 font-size: 28px;
...@@ -14821,6 +14828,7 @@ h1 + p, .h1 + p { ...@@ -14821,6 +14828,7 @@ h1 + p, .h1 + p {
14821 14828
14822 .um-register { 14829 .um-register {
14823 max-width: 600px; 14830 max-width: 600px;
14831 padding: 10px 20px;
14824 } 14832 }
14825 14833
14826 .entry-content .is-layout-constrained.wp-block-group { 14834 .entry-content .is-layout-constrained.wp-block-group {
......
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.
...@@ -71,6 +71,12 @@ h1{ ...@@ -71,6 +71,12 @@ h1{
71 line-height: 49px; 71 line-height: 49px;
72 font-family:"trade-gothic-next"; 72 font-family:"trade-gothic-next";
73 } 73 }
74 .um-row-heading{
75 color: #1A3668 !important;
76 font-size: 39px !important;
77 line-height: 49px !important;
78 font-family:"trade-gothic-next";
79 }
74 80
75 h2{ 81 h2{
76 color: #1A3668; 82 color: #1A3668;
......
...@@ -118,4 +118,5 @@ ...@@ -118,4 +118,5 @@
118 } 118 }
119 .um-register{ 119 .um-register{
120 max-width: 600px; 120 max-width: 600px;
121 padding: 10px 20px;
121 } 122 }
......
...@@ -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.2.0039 8 Version: 1.2.0040
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
......