37914030 by Jeff Balicki

eee

1 parent 8640677c
...@@ -16731,6 +16731,12 @@ ss3-force-full-width { ...@@ -16731,6 +16731,12 @@ ss3-force-full-width {
16731 margin-top: -5px; 16731 margin-top: -5px;
16732 } 16732 }
16733 16733
16734 @media (max-width: 800px) {
16735 .block-numbers {
16736 margin-bottom: 0px !important;
16737 }
16738 }
16739
16734 #wrapper-footer { 16740 #wrapper-footer {
16735 background-color: #012169; 16741 background-color: #012169;
16736 height: auto; 16742 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{ ...@@ -298,6 +298,10 @@ span.number-med.last{
298 } 298 }
299 } 299 }
300 300
301 301 .block-numbers{
302 @media (max-width: 800px) {
303 margin-bottom: 0px !important;
304 }
305 }
302 306
303 307
......
...@@ -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.29 8 Version: 1.1.30
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
......