fbf285ad by Jeff Balicki

ee

1 parent c9eecc8b
......@@ -16087,7 +16087,7 @@ h2, .h2 {
margin-bottom: 10px;
margin-left: -210px;
}
@media (max-width: 768px) {
@media (max-width: 900px) {
.wp-block-group.register .wpcf7 h2, .wp-block-group.register .wpcf7 .h2 {
margin-left: 0px;
}
......@@ -16106,7 +16106,7 @@ h2, .h2 {
margin-bottom: 30px;
margin-left: -210px;
}
@media (max-width: 768px) {
@media (max-width: 900px) {
.wp-block-group.register .wpcf7 span.required {
margin-left: 0px;
}
......@@ -16348,7 +16348,7 @@ h2, .h2 {
background-color: #012169;
height: 273px;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 900px) {
#wrapper-footer {
height: auto;
padding-bottom: 50px;
......
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.
#wrapper-footer {
background-color: #012169;
height: 273px;
@media screen and (max-width: 768px) {
@media screen and (max-width: 900px) {
height: auto;
padding-bottom: 50px;
}
......
......@@ -423,7 +423,7 @@
h2 {
margin-bottom: 10px;
margin-left: -210px;
@media (max-width: 768px) {
@media (max-width: 900px) {
margin-left: 0px;
}
}
......@@ -438,7 +438,7 @@
span.required {
margin-bottom: 30px;
margin-left: -210px;
@media (max-width: 768px) {
@media (max-width: 900px) {
margin-left: 0px;
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.12
Version: 1.1.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......