fbcd3198 by Jeff Balicki

css

1 parent 6bfd0a81
......@@ -16031,6 +16031,11 @@ h2, .h2 {
margin-bottom: 20px;
margin-top: 20px;
}
@media (min-width: 800px) and (max-width: 1000px) {
.numbers-second .wp-block-column:last-child h3, .numbers-second .wp-block-column:last-child .h3 {
font-size: 36px;
}
}
.wp-block-group.register {
background-color: #f2f2f2;
......
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.
......@@ -371,6 +371,9 @@
color: #fff;
margin-bottom: 20px;
margin-top: 20px;
@media (min-width: 800px) and (max-width: 1000px) {
font-size: 36px;
}
}
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.14
Version: 1.1.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......