497e5e47 by Jeff Balicki

www

1 parent 31c973dd
...@@ -17221,6 +17221,10 @@ body { ...@@ -17221,6 +17221,10 @@ body {
17221 padding-bottom: 0.1rem; 17221 padding-bottom: 0.1rem;
17222 } 17222 }
17223 17223
17224 .wrapper.sub {
17225 font-size: 1.125rem;
17226 }
17227
17224 #full-width-page-wrapper.sub { 17228 #full-width-page-wrapper.sub {
17225 padding-top: 120px; 17229 padding-top: 120px;
17226 padding-bottom: 60px; 17230 padding-bottom: 60px;
...@@ -17308,7 +17312,7 @@ body { ...@@ -17308,7 +17312,7 @@ body {
17308 } 17312 }
17309 } 17313 }
17310 #full-width-page-wrapper.sub table tr td strong { 17314 #full-width-page-wrapper.sub table tr td strong {
17311 font-size: 1.125rem; 17315 font-size: 1.25rem;
17312 } 17316 }
17313 #full-width-page-wrapper.sub table tr:nth-child(odd) { 17317 #full-width-page-wrapper.sub table tr:nth-child(odd) {
17314 background-color: #E5E6E6; 17318 background-color: #E5E6E6;
...@@ -17332,7 +17336,7 @@ body { ...@@ -17332,7 +17336,7 @@ body {
17332 } 17336 }
17333 #full-width-page-wrapper.sub .wp-block-button .wp-block-button__link strong { 17337 #full-width-page-wrapper.sub .wp-block-button .wp-block-button__link strong {
17334 font-family: "Calibri-bold"; 17338 font-family: "Calibri-bold";
17335 font-size: 1.125rem; 17339 font-size: 1.25rem;
17336 } 17340 }
17337 #full-width-page-wrapper.sub a.wp-block-button__link:focus, 17341 #full-width-page-wrapper.sub a.wp-block-button__link:focus,
17338 #full-width-page-wrapper.sub a.wp-block-button__link:hover { 17342 #full-width-page-wrapper.sub a.wp-block-button__link:hover {
......
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.
...@@ -14,6 +14,9 @@ body{ ...@@ -14,6 +14,9 @@ body{
14 padding-bottom: 0.1rem; 14 padding-bottom: 0.1rem;
15 } 15 }
16 } 16 }
17 .wrapper.sub{
18 font-size: 18px;
19 }
17 20
18 #full-width-page-wrapper.sub{ 21 #full-width-page-wrapper.sub{
19 padding-top: 120px; 22 padding-top: 120px;
...@@ -99,7 +102,7 @@ table tr td{ ...@@ -99,7 +102,7 @@ table tr td{
99 width: 100%; 102 width: 100%;
100 } 103 }
101 strong{ 104 strong{
102 font-size: 18px; 105 font-size: 20px;
103 } 106 }
104 } 107 }
105 108
...@@ -117,7 +120,7 @@ table tr:nth-child(even){background-color: #F3F3F3;} ...@@ -117,7 +120,7 @@ table tr:nth-child(even){background-color: #F3F3F3;}
117 } 120 }
118 strong { 121 strong {
119 font-family: "Calibri-bold"; 122 font-family: "Calibri-bold";
120 font-size: 18px; 123 font-size: 20px;
121 } 124 }
122 } 125 }
123 } 126 }
......
...@@ -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.30363 8 Version: 1.1.30364
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
......