6a0517b7 by Jeff Balicki

map moved

1 parent cba5587f
......@@ -16858,6 +16858,19 @@ ss3-force-full-width {
}
}
.maps {
margin-top: -100px;
}
@media (max-width: 600px) {
.maps {
margin-top: 30px;
}
.blocks {
margin-top: -30px;
}
}
.block-numbers {
margin-bottom: 0px !important;
}
......
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() {
updateContainer();
})
if ($(window).width() < 769) {
$($('.wp-block-group.body.blocks')).insertAfter( $('.wp-block-group.body.maps') );
}
......
......@@ -335,6 +335,18 @@ span.number-med.last{
padding-right: 15%;
}
}
.maps{
margin-top: -100px;
}
@media (max-width: 600px) {
.maps{
margin-top: 30px;
}
.blocks {
margin-top: -30px;
}
}
.block-numbers{
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.30379
Version: 1.1.30380
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......