fbcd3198 by Jeff Balicki

css

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