172fcc4c by Jeff Balicki

aaa

1 parent 3788851d
......@@ -16289,6 +16289,11 @@ h4, .h4 {
.wp-block-group.register .wpcf7 label.your-ext {
width: 10% !important;
}
@media (max-width: 768px) {
.wp-block-group.register .wpcf7 label.your-ext {
width: 22% !important;
}
}
.wp-block-group.register .wpcf7 .acceptance-548 {
text-transform: none;
}
......
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.
......@@ -598,6 +598,9 @@
}
label.your-ext {
width: 10% !important;
@media (max-width: 768px) {
width: 22%!important;
}
}
.acceptance-548 {
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.24
Version: 1.1.25
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......