37914030 by Jeff Balicki

eee

1 parent 8640677c
......@@ -16731,6 +16731,12 @@ 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.
......@@ -298,6 +298,10 @@ 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.29
Version: 1.1.30
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......