6a0517b7 by Jeff Balicki

map moved

1 parent cba5587f
...@@ -16858,6 +16858,19 @@ ss3-force-full-width { ...@@ -16858,6 +16858,19 @@ ss3-force-full-width {
16858 } 16858 }
16859 } 16859 }
16860 16860
16861 .maps {
16862 margin-top: -100px;
16863 }
16864
16865 @media (max-width: 600px) {
16866 .maps {
16867 margin-top: 30px;
16868 }
16869
16870 .blocks {
16871 margin-top: -30px;
16872 }
16873 }
16861 .block-numbers { 16874 .block-numbers {
16862 margin-bottom: 0px !important; 16875 margin-bottom: 0px !important;
16863 } 16876 }
......
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.
...@@ -165,6 +165,9 @@ $( window ).resize(function() { ...@@ -165,6 +165,9 @@ $( window ).resize(function() {
165 updateContainer(); 165 updateContainer();
166 }) 166 })
167 167
168 if ($(window).width() < 769) {
169 $($('.wp-block-group.body.blocks')).insertAfter( $('.wp-block-group.body.maps') );
170 }
168 171
169 172
170 173
......
...@@ -335,6 +335,18 @@ span.number-med.last{ ...@@ -335,6 +335,18 @@ span.number-med.last{
335 padding-right: 15%; 335 padding-right: 15%;
336 } 336 }
337 } 337 }
338 .maps{
339 margin-top: -100px;
340 }
341
342 @media (max-width: 600px) {
343 .maps{
344 margin-top: 30px;
345 }
346 .blocks {
347 margin-top: -30px;
348 }
349 }
338 .block-numbers{ 350 .block-numbers{
339 margin-bottom: 0px !important; 351 margin-bottom: 0px !important;
340 } 352 }
......
...@@ -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.30379 8 Version: 1.1.30380
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
......