04d757b2 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 3bc00925
......@@ -17633,6 +17633,7 @@ p {
.entry-content h3, .entry-content .h3 {
font-size: 1.5rem;
line-height: 1.875rem;
text-transform: uppercase;
}
.entry-content h4, .entry-content .h4 {
font-size: 1.25rem;
......@@ -17945,6 +17946,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
.sh1 {
font-size: 24px;
font-weight: bold !important;
text-transform: uppercase;
}
@media screen and (max-width: 48rem) {
.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{
h3 {
font-size: 1.5rem;
line-height: 1.875rem;
text-transform: uppercase;
}
h4 {
font-size: 1.25rem;
......
......@@ -17,6 +17,7 @@
.sh1 {
font-size:24px;
font-weight: bold !important;
text-transform: uppercase;
@media screen and (max-width: 48rem) {
font-size: 2.188rem !important;
......