35cff4c7 by Jeff Balicki

tt

1 parent e59a229d
...@@ -16603,14 +16603,21 @@ ss3-force-full-width { ...@@ -16603,14 +16603,21 @@ ss3-force-full-width {
16603 top: 60px; 16603 top: 60px;
16604 } 16604 }
16605 } 16605 }
16606 @media screen and (max-width: 400px) {
16607 .page-template-numbers-page #Layer_1 {
16608 top: 80px;
16609 }
16610 }
16606 @media screen and (max-width: 500px) { 16611 @media screen and (max-width: 500px) {
16607 .page-template-numbers-page div#n2-ss-2 .n2-ss-slide-limiter { 16612 .page-template-numbers-page div#n2-ss-2 .n2-ss-slide-limiter {
16608 max-width: 1266px; 16613 max-width: 1266px;
16609 } 16614 }
16610 } 16615 }
16611 .page-template-numbers-page div#n2-ss-3item1, 16616 .page-template-numbers-page h1#n2-ss-3item1, .page-template-numbers-page #n2-ss-3item1.h1,
16612 .page-template-numbers-page div#n2-ss-3item2, 16617 .page-template-numbers-page h1#n2-ss-3item2,
16613 .page-template-numbers-page div#n2-ss-3item3, 16618 .page-template-numbers-page #n2-ss-3item2.h1,
16619 .page-template-numbers-page h1#n2-ss-3item3,
16620 .page-template-numbers-page #n2-ss-3item3.h1,
16614 .page-template-numbers-page div#n2-ss-2item1, 16621 .page-template-numbers-page div#n2-ss-2item1,
16615 .page-template-numbers-page div#n2-ss-2item2, 16622 .page-template-numbers-page div#n2-ss-2item2,
16616 .page-template-numbers-page div#n2-ss-2item3 { 16623 .page-template-numbers-page div#n2-ss-2item3 {
...@@ -16620,15 +16627,17 @@ ss3-force-full-width { ...@@ -16620,15 +16627,17 @@ ss3-force-full-width {
16620 text-shadow: 0px 3px 3px #00000059 !important; 16627 text-shadow: 0px 3px 3px #00000059 !important;
16621 } 16628 }
16622 @media screen and (max-width: 768px) { 16629 @media screen and (max-width: 768px) {
16623 .page-template-numbers-page div#n2-ss-3item1, 16630 .page-template-numbers-page h1#n2-ss-3item1, .page-template-numbers-page #n2-ss-3item1.h1,
16624 .page-template-numbers-page div#n2-ss-3item2, 16631 .page-template-numbers-page h1#n2-ss-3item2,
16625 .page-template-numbers-page div#n2-ss-3item3, 16632 .page-template-numbers-page #n2-ss-3item2.h1,
16633 .page-template-numbers-page h1#n2-ss-3item3,
16634 .page-template-numbers-page #n2-ss-3item3.h1,
16626 .page-template-numbers-page div#n2-ss-2item1, 16635 .page-template-numbers-page div#n2-ss-2item1,
16627 .page-template-numbers-page div#n2-ss-2item2, 16636 .page-template-numbers-page div#n2-ss-2item2,
16628 .page-template-numbers-page div#n2-ss-2item3 { 16637 .page-template-numbers-page div#n2-ss-2item3 {
16629 font-size: 2.25rem !important; 16638 font-size: 2.25rem !important;
16630 line-height: 38 !important; 16639 line-height: 38 !important;
16631 margin-left: -25px; 16640 margin-left: -15px;
16632 } 16641 }
16633 } 16642 }
16634 16643
......
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,15 +125,18 @@ ss3-force-full-width{ ...@@ -125,15 +125,18 @@ ss3-force-full-width{
125 @media screen and (max-width: 768px) { 125 @media screen and (max-width: 768px) {
126 top: 60px; 126 top: 60px;
127 } 127 }
128 @media screen and (max-width: 400px) {
129 top: 80px;
130 }
128 } 131 }
129 div#n2-ss-2 .n2-ss-slide-limiter{ 132 div#n2-ss-2 .n2-ss-slide-limiter{
130 @media screen and (max-width: 500px) { 133 @media screen and (max-width: 500px) {
131 max-width:1266px; 134 max-width:1266px;
132 } 135 }
133 } 136 }
134 div#n2-ss-3item1, 137 h1#n2-ss-3item1,
135 div#n2-ss-3item2, 138 h1#n2-ss-3item2,
136 div#n2-ss-3item3, 139 h1#n2-ss-3item3,
137 div#n2-ss-2item1, 140 div#n2-ss-2item1,
138 div#n2-ss-2item2, 141 div#n2-ss-2item2,
139 div#n2-ss-2item3{ 142 div#n2-ss-2item3{
...@@ -144,7 +147,7 @@ div#n2-ss-2item3{ ...@@ -144,7 +147,7 @@ div#n2-ss-2item3{
144 @media screen and (max-width: 768px) { 147 @media screen and (max-width: 768px) {
145 font-size: 36px!important; 148 font-size: 36px!important;
146 line-height: 38!important; 149 line-height: 38!important;
147 margin-left: -25px; 150 margin-left: -15px;
148 } 151 }
149 } 152 }
150 153
......
...@@ -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.308 8 Version: 1.1.3010
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
......