497e5e47 by Jeff Balicki

www

1 parent 31c973dd
......@@ -17221,6 +17221,10 @@ body {
padding-bottom: 0.1rem;
}
.wrapper.sub {
font-size: 1.125rem;
}
#full-width-page-wrapper.sub {
padding-top: 120px;
padding-bottom: 60px;
......@@ -17308,7 +17312,7 @@ body {
}
}
#full-width-page-wrapper.sub table tr td strong {
font-size: 1.125rem;
font-size: 1.25rem;
}
#full-width-page-wrapper.sub table tr:nth-child(odd) {
background-color: #E5E6E6;
......@@ -17332,7 +17336,7 @@ body {
}
#full-width-page-wrapper.sub .wp-block-button .wp-block-button__link strong {
font-family: "Calibri-bold";
font-size: 1.125rem;
font-size: 1.25rem;
}
#full-width-page-wrapper.sub a.wp-block-button__link:focus,
#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{
padding-bottom: 0.1rem;
}
}
.wrapper.sub{
font-size: 18px;
}
#full-width-page-wrapper.sub{
padding-top: 120px;
......@@ -99,7 +102,7 @@ table tr td{
width: 100%;
}
strong{
font-size: 18px;
font-size: 20px;
}
}
......@@ -117,7 +120,7 @@ table tr:nth-child(even){background-color: #F3F3F3;}
}
strong {
font-family: "Calibri-bold";
font-size: 18px;
font-size: 20px;
}
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30363
Version: 1.1.30364
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......