b1ccf34a by Jeff Balicki

www

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 8905c593
......@@ -14728,6 +14728,12 @@ input[type=checkbox] {
text-align: center;
}
.align-middle {
display: flex;
flex-wrap: wrap;
align-content: center;
}
.pre-header {
background-color: #0484b8;
color: #fff;
......
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.
......@@ -251,3 +251,10 @@ margin: 40px 0px;
.wp-element-caption{
text-align: center;
}
.align-middle{
display: flex;
flex-wrap: wrap;
align-content: center;
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0030
Version: 1.1.0031
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......