224446ed by Jeff Balicki

eee

1 parent 37914030
......@@ -16649,8 +16649,13 @@ ss3-force-full-width {
}
}
.block-numbers {
margin-bottom: 0px !important;
}
.numbers-block {
padding: 40px 50px 30px 50px;
margin-bottom: 30px;
}
.numbers-block h3, .numbers-block .h3 {
margin-top: 50px;
......@@ -16731,12 +16736,6 @@ ss3-force-full-width {
margin-top: -5px;
}
@media (max-width: 800px) {
.block-numbers {
margin-bottom: 0px !important;
}
}
#wrapper-footer {
background-color: #012169;
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{
padding-right: 15%;
}
}
.block-numbers{
margin-bottom: 0px !important;
}
.numbers-block{
padding:40px 50px 30px 50px;
margin-bottom: 30px;
h3{
margin-top: 50px;
margin-bottom: -60px;
......@@ -248,6 +254,8 @@ span.number-med.last{
line-height: 21px;
}
}
.find-text{
color: #5B6770;
......@@ -298,10 +306,4 @@ span.number-med.last{
}
}
.block-numbers{
@media (max-width: 800px) {
margin-bottom: 0px !important;
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30
Version: 1.1.31
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......