e0049bc8 by Jeff Balicki

tttt

1 parent faacb192
...@@ -17201,6 +17201,12 @@ ss3-force-full-width { ...@@ -17201,6 +17201,12 @@ ss3-force-full-width {
17201 padding-top: 120px; 17201 padding-top: 120px;
17202 padding-bottom: 60px; 17202 padding-bottom: 60px;
17203 } 17203 }
17204 @media (max-width: 600px) {
17205 #full-width-page-wrapper.sub {
17206 padding-top: 60px;
17207 margin: 0px 30px;
17208 }
17209 }
17204 #full-width-page-wrapper.sub h1, #full-width-page-wrapper.sub .h1 { 17210 #full-width-page-wrapper.sub h1, #full-width-page-wrapper.sub .h1 {
17205 font: normal normal bold 3.75rem/3.75rem Calibri; 17211 font: normal normal bold 3.75rem/3.75rem Calibri;
17206 color: #012169; 17212 color: #012169;
...@@ -17232,6 +17238,13 @@ ss3-force-full-width { ...@@ -17232,6 +17238,13 @@ ss3-force-full-width {
17232 #full-width-page-wrapper.sub p { 17238 #full-width-page-wrapper.sub p {
17233 color: #5B6770; 17239 color: #5B6770;
17234 } 17240 }
17241 #full-width-page-wrapper.sub ol.alphabetical_list {
17242 list-style-type: lower-alpha;
17243 }
17244 #full-width-page-wrapper.sub ol.alphabetical_list li {
17245 margin-bottom: 0px;
17246 padding-bottom: 10px;
17247 }
17235 #full-width-page-wrapper.sub li { 17248 #full-width-page-wrapper.sub li {
17236 color: #5B6770; 17249 color: #5B6770;
17237 line-height: 1.3125rem; 17250 line-height: 1.3125rem;
...@@ -17270,11 +17283,18 @@ ss3-force-full-width { ...@@ -17270,11 +17283,18 @@ ss3-force-full-width {
17270 margin: auto; 17283 margin: auto;
17271 margin-bottom: 30px; 17284 margin-bottom: 30px;
17272 } 17285 }
17286 #full-width-page-wrapper.sub .wp-block-columns.messaging_col figure.wp-block-image,
17287 #full-width-page-wrapper.sub .wp-block-columns.social_media_col figure.wp-block-image {
17288 text-align: center;
17289 }
17273 #full-width-page-wrapper.sub .wp-block-columns.email_col { 17290 #full-width-page-wrapper.sub .wp-block-columns.email_col {
17274 max-width: 60%; 17291 max-width: 60%;
17275 margin: auto; 17292 margin: auto;
17276 margin-bottom: 30px; 17293 margin-bottom: 30px;
17277 } 17294 }
17295 #full-width-page-wrapper.sub .wp-block-columns.email_col figure.wp-block-image {
17296 text-align: center;
17297 }
17278 17298
17279 #wrapper-footer { 17299 #wrapper-footer {
17280 background-color: #012169; 17300 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 @@ ...@@ -15,6 +15,10 @@
15 #full-width-page-wrapper.sub{ 15 #full-width-page-wrapper.sub{
16 padding-top: 120px; 16 padding-top: 120px;
17 padding-bottom: 60px; 17 padding-bottom: 60px;
18 @media (max-width: 600px) {
19 padding-top: 60px;
20 margin: 0px 30px;
21 }
18 h1{ 22 h1{
19 font: normal normal bold 60px/60px Calibri; 23 font: normal normal bold 60px/60px Calibri;
20 color: #012169; 24 color: #012169;
...@@ -46,6 +50,13 @@ h4{ ...@@ -46,6 +50,13 @@ h4{
46 p{ 50 p{
47 color:#5B6770; 51 color:#5B6770;
48 } 52 }
53 ol.alphabetical_list {
54 list-style-type: lower-alpha;
55 li{
56 margin-bottom: 0px;
57 padding-bottom:10px;
58 }
59 }
49 li{ 60 li{
50 color:#5B6770; 61 color:#5B6770;
51 line-height: 21px; 62 line-height: 21px;
...@@ -82,10 +93,16 @@ a.wp-block-button__link:hover{ ...@@ -82,10 +93,16 @@ a.wp-block-button__link:hover{
82 max-width: 80%; 93 max-width: 80%;
83 margin: auto; 94 margin: auto;
84 margin-bottom: 30px; 95 margin-bottom: 30px;
96 figure.wp-block-image{
97 text-align: center;
98 }
85 } 99 }
86 .wp-block-columns.email_col{ 100 .wp-block-columns.email_col{
87 max-width: 60%; 101 max-width: 60%;
88 margin: auto; 102 margin: auto;
89 margin-bottom: 30px; 103 margin-bottom: 30px;
104 figure.wp-block-image{
105 text-align: center;
106 }
90 } 107 }
91 } 108 }
...\ 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.3031 8 Version: 1.1.3032
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
......