www
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
7 additions
and
1 deletions
| ... | @@ -15327,6 +15327,9 @@ p.intro { | ... | @@ -15327,6 +15327,9 @@ p.intro { |
| 15327 | padding: 40px 20px; | 15327 | padding: 40px 20px; |
| 15328 | } | 15328 | } |
| 15329 | } | 15329 | } |
| 15330 | .green-block .wp-block-group__inner-container { | ||
| 15331 | max-width: 100%; | ||
| 15332 | } | ||
| 15330 | .green-block .wp-block-column:nth-of-type(2) { | 15333 | .green-block .wp-block-column:nth-of-type(2) { |
| 15331 | display: flex; | 15334 | display: flex; |
| 15332 | align-items: center; | 15335 | 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 @@ | ... | @@ -12,6 +12,9 @@ |
| 12 | @media only screen and (max-width: 1260px) { | 12 | @media only screen and (max-width: 1260px) { |
| 13 | padding: 40px 20px; | 13 | padding: 40px 20px; |
| 14 | } | 14 | } |
| 15 | .wp-block-group__inner-container{ | ||
| 16 | max-width: 100%; | ||
| 17 | } | ||
| 15 | .wp-block-column:nth-of-type(2) { | 18 | .wp-block-column:nth-of-type(2) { |
| 16 | display: flex; | 19 | display: flex; |
| 17 | align-items: center; | 20 | align-items: center; | ... | ... |
| ... | @@ -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.0037 | 8 | Version: 1.2.0038 |
| 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 | ... | ... |
-
Please register or sign in to post a comment