faacb192 by Jeff Balicki

ss

1 parent 5c143542
......@@ -17264,6 +17264,17 @@ ss3-force-full-width {
#full-width-page-wrapper.sub a.wp-block-button__link:hover {
background-color: #005eb8;
}
#full-width-page-wrapper.sub .wp-block-columns.messaging_col,
#full-width-page-wrapper.sub .wp-block-columns.social_media_col {
max-width: 80%;
margin: auto;
margin-bottom: 30px;
}
#full-width-page-wrapper.sub .wp-block-columns.email_col {
max-width: 60%;
margin: auto;
margin-bottom: 30px;
}
#wrapper-footer {
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,
a.wp-block-button__link:hover{
background-color: #005eb8;
}
.wp-block-columns.messaging_col,
.wp-block-columns.social_media_col {
max-width: 80%;
margin: auto;
margin-bottom: 30px;
}
.wp-block-columns.email_col{
max-width: 60%;
margin: auto;
margin-bottom: 30px;
}
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3030
Version: 1.1.3031
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......