2ab6ae61 by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9dc45194
...@@ -16199,6 +16199,11 @@ label[for=quicksearch] { ...@@ -16199,6 +16199,11 @@ label[for=quicksearch] {
16199 margin-top: 30px; 16199 margin-top: 30px;
16200 } 16200 }
16201 16201
16202 .sfwd-courses-template-default p {
16203 font-size: 18px;
16204 line-height: 30px;
16205 }
16206
16202 .program-info { 16207 .program-info {
16203 background: #ffffff 0% 0% no-repeat padding-box; 16208 background: #ffffff 0% 0% no-repeat padding-box;
16204 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); 16209 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
......
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.
1 .type-sfwd-courses { 1 .type-sfwd-courses {
2 margin-top: 30px; 2 margin-top: 30px;
3 } 3 }
4 4 .sfwd-courses-template-default{
5 p{
6 font-size: 18px;
7 line-height: 30px;
8 }
9 }
5 .program-info { 10 .program-info {
6 background: #ffffff 0% 0% no-repeat padding-box; 11 background: #ffffff 0% 0% no-repeat padding-box;
7 box-shadow: 0px 3px 6px #00000029; 12 box-shadow: 0px 3px 6px #00000029;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.0024 8 Version: 1.1.0025
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
......