224446ed by Jeff Balicki

eee

1 parent 37914030
...@@ -16649,8 +16649,13 @@ ss3-force-full-width { ...@@ -16649,8 +16649,13 @@ ss3-force-full-width {
16649 } 16649 }
16650 } 16650 }
16651 16651
16652 .block-numbers {
16653 margin-bottom: 0px !important;
16654 }
16655
16652 .numbers-block { 16656 .numbers-block {
16653 padding: 40px 50px 30px 50px; 16657 padding: 40px 50px 30px 50px;
16658 margin-bottom: 30px;
16654 } 16659 }
16655 .numbers-block h3, .numbers-block .h3 { 16660 .numbers-block h3, .numbers-block .h3 {
16656 margin-top: 50px; 16661 margin-top: 50px;
...@@ -16731,12 +16736,6 @@ ss3-force-full-width { ...@@ -16731,12 +16736,6 @@ ss3-force-full-width {
16731 margin-top: -5px; 16736 margin-top: -5px;
16732 } 16737 }
16733 16738
16734 @media (max-width: 800px) {
16735 .block-numbers {
16736 margin-bottom: 0px !important;
16737 }
16738 }
16739
16740 #wrapper-footer { 16739 #wrapper-footer {
16741 background-color: #012169; 16740 background-color: #012169;
16742 height: auto; 16741 height: auto;
......
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.
...@@ -219,8 +219,14 @@ span.number-med.last{ ...@@ -219,8 +219,14 @@ span.number-med.last{
219 padding-right: 15%; 219 padding-right: 15%;
220 } 220 }
221 } 221 }
222 .block-numbers{
223 margin-bottom: 0px !important;
224 }
225
226
222 .numbers-block{ 227 .numbers-block{
223 padding:40px 50px 30px 50px; 228 padding:40px 50px 30px 50px;
229 margin-bottom: 30px;
224 h3{ 230 h3{
225 margin-top: 50px; 231 margin-top: 50px;
226 margin-bottom: -60px; 232 margin-bottom: -60px;
...@@ -247,6 +253,8 @@ span.number-med.last{ ...@@ -247,6 +253,8 @@ span.number-med.last{
247 font-size: 18px; 253 font-size: 18px;
248 line-height: 21px; 254 line-height: 21px;
249 } 255 }
256
257
250 258
251 } 259 }
252 .find-text{ 260 .find-text{
...@@ -298,10 +306,4 @@ span.number-med.last{ ...@@ -298,10 +306,4 @@ span.number-med.last{
298 } 306 }
299 } 307 }
300 308
301 .block-numbers{
302 @media (max-width: 800px) {
303 margin-bottom: 0px !important;
304 }
305 }
306
307 309
......
...@@ -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.30 8 Version: 1.1.31
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
......