e2c81d0c by Jeff Balicki

landing

1 parent 5e823781
......@@ -15817,6 +15817,18 @@ h4, .h4 {
display: none;
}
}
.header-image .header-text h2, .header-image .header-text .h2 {
font-family: "Calibri-bold";
color: #fff;
font-size: 2.125rem;
text-shadow: 0px 3px 3px #00000059;
text-transform: none !important;
}
@media (max-width: 768px) {
.header-image .header-text h2, .header-image .header-text .h2 {
display: none;
}
}
.numbers-top {
margin-bottom: 0em;
......
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.
......@@ -187,6 +187,16 @@
display: none;
}
}
h2 {
font-family: "Calibri-bold";
color: #fff;
font-size: 34px;
text-shadow: 0px 3px 3px #00000059;
text-transform: none !important;
@media (max-width: 768px) {
display: none;
}
}
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3010
Version: 1.1.3011
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......