faacb192 by Jeff Balicki

ss

1 parent 5c143542
...@@ -17264,6 +17264,17 @@ ss3-force-full-width { ...@@ -17264,6 +17264,17 @@ ss3-force-full-width {
17264 #full-width-page-wrapper.sub a.wp-block-button__link:hover { 17264 #full-width-page-wrapper.sub a.wp-block-button__link:hover {
17265 background-color: #005eb8; 17265 background-color: #005eb8;
17266 } 17266 }
17267 #full-width-page-wrapper.sub .wp-block-columns.messaging_col,
17268 #full-width-page-wrapper.sub .wp-block-columns.social_media_col {
17269 max-width: 80%;
17270 margin: auto;
17271 margin-bottom: 30px;
17272 }
17273 #full-width-page-wrapper.sub .wp-block-columns.email_col {
17274 max-width: 60%;
17275 margin: auto;
17276 margin-bottom: 30px;
17277 }
17267 17278
17268 #wrapper-footer { 17279 #wrapper-footer {
17269 background-color: #012169; 17280 background-color: #012169;
......
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.
...@@ -77,5 +77,15 @@ a.wp-block-button__link:focus, ...@@ -77,5 +77,15 @@ a.wp-block-button__link:focus,
77 a.wp-block-button__link:hover{ 77 a.wp-block-button__link:hover{
78 background-color: #005eb8; 78 background-color: #005eb8;
79 } 79 }
80 80 .wp-block-columns.messaging_col,
81 .wp-block-columns.social_media_col {
82 max-width: 80%;
83 margin: auto;
84 margin-bottom: 30px;
85 }
86 .wp-block-columns.email_col{
87 max-width: 60%;
88 margin: auto;
89 margin-bottom: 30px;
90 }
81 } 91 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -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.1.3030 8 Version: 1.1.3031
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
......