www
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
14 additions
and
1 deletions
| ... | @@ -14728,6 +14728,12 @@ input[type=checkbox] { | ... | @@ -14728,6 +14728,12 @@ input[type=checkbox] { |
| 14728 | text-align: center; | 14728 | text-align: center; |
| 14729 | } | 14729 | } |
| 14730 | 14730 | ||
| 14731 | .align-middle { | ||
| 14732 | display: flex; | ||
| 14733 | flex-wrap: wrap; | ||
| 14734 | align-content: center; | ||
| 14735 | } | ||
| 14736 | |||
| 14731 | .pre-header { | 14737 | .pre-header { |
| 14732 | background-color: #0484b8; | 14738 | background-color: #0484b8; |
| 14733 | color: #fff; | 14739 | 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; | ... | @@ -251,3 +251,10 @@ margin: 40px 0px; |
| 251 | .wp-element-caption{ | 251 | .wp-element-caption{ |
| 252 | text-align: center; | 252 | text-align: center; |
| 253 | } | 253 | } |
| 254 | |||
| 255 | .align-middle{ | ||
| 256 | display: flex; | ||
| 257 | flex-wrap: wrap; | ||
| 258 | align-content: center; | ||
| 259 | |||
| 260 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: Tenzing Communications | 5 | Author: Tenzing Communications |
| 6 | Author URI: https://tenzingbrand.com | 6 | Author URI: https://tenzingbrand.com |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.1.0030 | 8 | Version: 1.1.0031 |
| 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