7cc3c144 by Jeff Balicki

eee

1 parent 6dfe0f61
...@@ -16569,6 +16569,9 @@ ss3-force-full-width { ...@@ -16569,6 +16569,9 @@ ss3-force-full-width {
16569 max-width: 1266px; 16569 max-width: 1266px;
16570 } 16570 }
16571 } 16571 }
16572 .page-template-numbers-page div#n2-ss-3item1,
16573 .page-template-numbers-page div#n2-ss-3item2,
16574 .page-template-numbers-page div#n2-ss-3item3,
16572 .page-template-numbers-page div#n2-ss-2item1, 16575 .page-template-numbers-page div#n2-ss-2item1,
16573 .page-template-numbers-page div#n2-ss-2item2, 16576 .page-template-numbers-page div#n2-ss-2item2,
16574 .page-template-numbers-page div#n2-ss-2item3 { 16577 .page-template-numbers-page div#n2-ss-2item3 {
...@@ -16578,11 +16581,15 @@ ss3-force-full-width { ...@@ -16578,11 +16581,15 @@ ss3-force-full-width {
16578 text-shadow: 0px 3px 3px #00000059 !important; 16581 text-shadow: 0px 3px 3px #00000059 !important;
16579 } 16582 }
16580 @media screen and (max-width: 768px) { 16583 @media screen and (max-width: 768px) {
16581 .page-template-numbers-page div#n2-ss-2item1, 16584 .page-template-numbers-page div#n2-ss-3item1,
16585 .page-template-numbers-page div#n2-ss-3item2,
16586 .page-template-numbers-page div#n2-ss-3item3,
16587 .page-template-numbers-page div#n2-ss-2item1,
16582 .page-template-numbers-page div#n2-ss-2item2, 16588 .page-template-numbers-page div#n2-ss-2item2,
16583 .page-template-numbers-page div#n2-ss-2item3 { 16589 .page-template-numbers-page div#n2-ss-2item3 {
16584 font-size: 2rem !important; 16590 font-size: 2.25rem !important;
16585 line-height: 3rem !important; 16591 line-height: 38 !important;
16592 margin-left: -25px;
16586 } 16593 }
16587 } 16594 }
16588 16595
...@@ -16627,6 +16634,7 @@ ss3-force-full-width { ...@@ -16627,6 +16634,7 @@ ss3-force-full-width {
16627 } 16634 }
16628 @media (max-width: 600px) { 16635 @media (max-width: 600px) {
16629 .intro { 16636 .intro {
16637 padding-top: 0px;
16630 margin-left: -10%; 16638 margin-left: -10%;
16631 padding-left: 15%; 16639 padding-left: 15%;
16632 margin-right: -10%; 16640 margin-right: -10%;
......
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.
...@@ -133,7 +133,9 @@ div#n2-ss-2 .n2-ss-slide-limiter{ ...@@ -133,7 +133,9 @@ div#n2-ss-2 .n2-ss-slide-limiter{
133 max-width:1266px; 133 max-width:1266px;
134 } 134 }
135 } 135 }
136 136 div#n2-ss-3item1,
137 div#n2-ss-3item2,
138 div#n2-ss-3item3,
137 div#n2-ss-2item1, 139 div#n2-ss-2item1,
138 div#n2-ss-2item2, 140 div#n2-ss-2item2,
139 div#n2-ss-2item3{ 141 div#n2-ss-2item3{
...@@ -142,8 +144,9 @@ div#n2-ss-2item3{ ...@@ -142,8 +144,9 @@ div#n2-ss-2item3{
142 line-height: 60px !important; 144 line-height: 60px !important;
143 text-shadow: 0px 3px 3px #00000059 !important; 145 text-shadow: 0px 3px 3px #00000059 !important;
144 @media screen and (max-width: 768px) { 146 @media screen and (max-width: 768px) {
145 font-size: 2rem!important; 147 font-size: 36px!important;
146 line-height: 3rem!important; 148 line-height: 38!important;
149 margin-left: -25px;
147 } 150 }
148 } 151 }
149 152
...@@ -183,6 +186,7 @@ div#n2-ss-2item3{ ...@@ -183,6 +186,7 @@ div#n2-ss-2item3{
183 padding-right: 35%; 186 padding-right: 35%;
184 } 187 }
185 @media (max-width: 600px) { 188 @media (max-width: 600px) {
189 padding-top: 0px;
186 margin-left: -10%; 190 margin-left: -10%;
187 padding-left: 15%; 191 padding-left: 15%;
188 margin-right: -10%; 192 margin-right: -10%;
......
...@@ -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.302 8 Version: 1.1.303
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
......