04d757b2 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 3bc00925
...@@ -17633,6 +17633,7 @@ p { ...@@ -17633,6 +17633,7 @@ p {
17633 .entry-content h3, .entry-content .h3 { 17633 .entry-content h3, .entry-content .h3 {
17634 font-size: 1.5rem; 17634 font-size: 1.5rem;
17635 line-height: 1.875rem; 17635 line-height: 1.875rem;
17636 text-transform: uppercase;
17636 } 17637 }
17637 .entry-content h4, .entry-content .h4 { 17638 .entry-content h4, .entry-content .h4 {
17638 font-size: 1.25rem; 17639 font-size: 1.25rem;
...@@ -17945,6 +17946,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child { ...@@ -17945,6 +17946,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
17945 .sh1 { 17946 .sh1 {
17946 font-size: 24px; 17947 font-size: 24px;
17947 font-weight: bold !important; 17948 font-weight: bold !important;
17949 text-transform: uppercase;
17948 } 17950 }
17949 @media screen and (max-width: 48rem) { 17951 @media screen and (max-width: 48rem) {
17950 .sh1 { 17952 .sh1 {
......
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.
...@@ -43,6 +43,7 @@ h2{ ...@@ -43,6 +43,7 @@ h2{
43 h3 { 43 h3 {
44 font-size: 1.5rem; 44 font-size: 1.5rem;
45 line-height: 1.875rem; 45 line-height: 1.875rem;
46 text-transform: uppercase;
46 } 47 }
47 h4 { 48 h4 {
48 font-size: 1.25rem; 49 font-size: 1.25rem;
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
17 .sh1 { 17 .sh1 {
18 font-size:24px; 18 font-size:24px;
19 font-weight: bold !important; 19 font-weight: bold !important;
20 text-transform: uppercase;
20 21
21 @media screen and (max-width: 48rem) { 22 @media screen and (max-width: 48rem) {
22 font-size: 2.188rem !important; 23 font-size: 2.188rem !important;
......