b4f6f780 by Jeff Balicki

www

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 2c1bff3f
......@@ -15327,6 +15327,9 @@ p.intro {
padding: 40px 20px;
}
}
.green-block .wp-block-group__inner-container {
max-width: 100%;
}
.green-block .wp-block-column:nth-of-type(2) {
display: flex;
align-items: center;
......
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.
......@@ -12,6 +12,9 @@
@media only screen and (max-width: 1260px) {
padding: 40px 20px;
}
.wp-block-group__inner-container{
max-width: 100%;
}
.wp-block-column:nth-of-type(2) {
display: flex;
align-items: center;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0037
Version: 1.2.0038
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......