bd580dc7 by Jeff Balicki

ee

1 parent 1038aaf5
...@@ -16548,6 +16548,19 @@ ss3-force-full-width { ...@@ -16548,6 +16548,19 @@ ss3-force-full-width {
16548 padding-top: 50px; 16548 padding-top: 50px;
16549 padding-bottom: 50px; 16549 padding-bottom: 50px;
16550 } 16550 }
16551 .intro h1, .intro .h1 {
16552 font-family: "Calibri-bold";
16553 color: #fff;
16554 font-size: 2.25rem;
16555 display: none;
16556 }
16557 @media (max-width: 768px) {
16558 .intro h1, .intro .h1 {
16559 display: block;
16560 font-size: 2.25rem;
16561 line-height: 2.375rem;
16562 }
16563 }
16551 .intro p { 16564 .intro p {
16552 font-family: "Calibri"; 16565 font-family: "Calibri";
16553 font-size: 1.875rem; 16566 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{ ...@@ -125,6 +125,17 @@ div#n2-ss-2item3{
125 padding-right: 45%; 125 padding-right: 45%;
126 padding-top: 50px; 126 padding-top: 50px;
127 padding-bottom: 50px; 127 padding-bottom: 50px;
128 h1 {
129 font-family: "Calibri-bold";
130 color: #fff;
131 font-size: 36px;
132 display: none;
133 @media (max-width: 768px) {
134 display: block;
135 font-size: 36px;
136 line-height: 38px;
137 }
138 }
128 p{ 139 p{
129 font-family: "Calibri"; 140 font-family: "Calibri";
130 font-size: 30px; 141 font-size: 30px;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.32 8 Version: 1.1.33
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......