bd580dc7 by Jeff Balicki

ee

1 parent 1038aaf5
......@@ -16548,6 +16548,19 @@ ss3-force-full-width {
padding-top: 50px;
padding-bottom: 50px;
}
.intro h1, .intro .h1 {
font-family: "Calibri-bold";
color: #fff;
font-size: 2.25rem;
display: none;
}
@media (max-width: 768px) {
.intro h1, .intro .h1 {
display: block;
font-size: 2.25rem;
line-height: 2.375rem;
}
}
.intro p {
font-family: "Calibri";
font-size: 1.875rem;
......
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.
......@@ -125,6 +125,17 @@ div#n2-ss-2item3{
padding-right: 45%;
padding-top: 50px;
padding-bottom: 50px;
h1 {
font-family: "Calibri-bold";
color: #fff;
font-size: 36px;
display: none;
@media (max-width: 768px) {
display: block;
font-size: 36px;
line-height: 38px;
}
}
p{
font-family: "Calibri";
font-size: 30px;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.32
Version: 1.1.33
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......