6bfd0a81 by Jeff Balicki

css

1 parent fbf285ad
......@@ -16077,6 +16077,11 @@ h2, .h2 {
margin: auto;
margin-top: 100px;
}
@media (min-width: 800px) and (max-width: 900px) {
.wp-block-group.register .thank-you {
margin-top: 50px;
}
}
.wp-block-group.register .wpcf7 form.sent .wpcf7-response-output {
border: 0px #fff solid;
}
......
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.
......@@ -414,6 +414,9 @@
max-width: 800px;
margin: auto;
margin-top: 100px;
@media (min-width: 800px) and (max-width: 900px) {
margin-top: 50px;
}
}
.wpcf7 form.sent .wpcf7-response-output {
border: 0px #fff solid;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.13
Version: 1.1.14
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......