37271b38 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ec542fe1
......@@ -14376,6 +14376,13 @@ h1, .h1 {
font-family: "trade-gothic-next";
}
.um-row-heading {
color: #1A3668 !important;
font-size: 39px !important;
line-height: 49px !important;
font-family: "trade-gothic-next";
}
h2, .h2 {
color: #1A3668;
font-size: 28px;
......@@ -14821,6 +14828,7 @@ h1 + p, .h1 + p {
.um-register {
max-width: 600px;
padding: 10px 20px;
}
.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{
line-height: 49px;
font-family:"trade-gothic-next";
}
.um-row-heading{
color: #1A3668 !important;
font-size: 39px !important;
line-height: 49px !important;
font-family:"trade-gothic-next";
}
h2{
color: #1A3668;
......
......@@ -118,4 +118,5 @@
}
.um-register{
max-width: 600px;
padding: 10px 20px;
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0039
Version: 1.2.0040
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......