ba896b50 by Jeff Balicki

sss

1 parent 072d6ff9
......@@ -17304,6 +17304,9 @@ ss3-force-full-width {
width: 100%;
}
}
#full-width-page-wrapper.sub table tr td strong {
font-size: 1.125rem;
}
#full-width-page-wrapper.sub table tr:nth-child(odd) {
background-color: #E5E6E6;
}
......
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{
display: block;
width: 100%;
}
strong{
font-size: 18px;
}
}
table tr:nth-child(odd){background-color: #E5E6E6;}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30361
Version: 1.1.30362
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......