ba896b50 by Jeff Balicki

sss

1 parent 072d6ff9
...@@ -17304,6 +17304,9 @@ ss3-force-full-width { ...@@ -17304,6 +17304,9 @@ ss3-force-full-width {
17304 width: 100%; 17304 width: 100%;
17305 } 17305 }
17306 } 17306 }
17307 #full-width-page-wrapper.sub table tr td strong {
17308 font-size: 1.125rem;
17309 }
17307 #full-width-page-wrapper.sub table tr:nth-child(odd) { 17310 #full-width-page-wrapper.sub table tr:nth-child(odd) {
17308 background-color: #E5E6E6; 17311 background-color: #E5E6E6;
17309 } 17312 }
......
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.
...@@ -96,6 +96,9 @@ table tr td{ ...@@ -96,6 +96,9 @@ table tr td{
96 display: block; 96 display: block;
97 width: 100%; 97 width: 100%;
98 } 98 }
99 strong{
100 font-size: 18px;
101 }
99 } 102 }
100 103
101 table tr:nth-child(odd){background-color: #E5E6E6;} 104 table tr:nth-child(odd){background-color: #E5E6E6;}
......
...@@ -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.30361 8 Version: 1.1.30362
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
......