e0049bc8 by Jeff Balicki

tttt

1 parent faacb192
......@@ -17201,6 +17201,12 @@ ss3-force-full-width {
padding-top: 120px;
padding-bottom: 60px;
}
@media (max-width: 600px) {
#full-width-page-wrapper.sub {
padding-top: 60px;
margin: 0px 30px;
}
}
#full-width-page-wrapper.sub h1, #full-width-page-wrapper.sub .h1 {
font: normal normal bold 3.75rem/3.75rem Calibri;
color: #012169;
......@@ -17232,6 +17238,13 @@ ss3-force-full-width {
#full-width-page-wrapper.sub p {
color: #5B6770;
}
#full-width-page-wrapper.sub ol.alphabetical_list {
list-style-type: lower-alpha;
}
#full-width-page-wrapper.sub ol.alphabetical_list li {
margin-bottom: 0px;
padding-bottom: 10px;
}
#full-width-page-wrapper.sub li {
color: #5B6770;
line-height: 1.3125rem;
......@@ -17270,11 +17283,18 @@ ss3-force-full-width {
margin: auto;
margin-bottom: 30px;
}
#full-width-page-wrapper.sub .wp-block-columns.messaging_col figure.wp-block-image,
#full-width-page-wrapper.sub .wp-block-columns.social_media_col figure.wp-block-image {
text-align: center;
}
#full-width-page-wrapper.sub .wp-block-columns.email_col {
max-width: 60%;
margin: auto;
margin-bottom: 30px;
}
#full-width-page-wrapper.sub .wp-block-columns.email_col figure.wp-block-image {
text-align: center;
}
#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.
......@@ -15,6 +15,10 @@
#full-width-page-wrapper.sub{
padding-top: 120px;
padding-bottom: 60px;
@media (max-width: 600px) {
padding-top: 60px;
margin: 0px 30px;
}
h1{
font: normal normal bold 60px/60px Calibri;
color: #012169;
......@@ -46,6 +50,13 @@ h4{
p{
color:#5B6770;
}
ol.alphabetical_list {
list-style-type: lower-alpha;
li{
margin-bottom: 0px;
padding-bottom:10px;
}
}
li{
color:#5B6770;
line-height: 21px;
......@@ -82,10 +93,16 @@ a.wp-block-button__link:hover{
max-width: 80%;
margin: auto;
margin-bottom: 30px;
figure.wp-block-image{
text-align: center;
}
}
.wp-block-columns.email_col{
max-width: 60%;
margin: auto;
margin-bottom: 30px;
figure.wp-block-image{
text-align: center;
}
}
}
\ 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.3031
Version: 1.1.3032
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......