2460200b by Jeff Balicki

333

1 parent 4e60fc81
...@@ -16481,7 +16481,7 @@ h4, .h4 { ...@@ -16481,7 +16481,7 @@ h4, .h4 {
16481 16481
16482 body { 16482 body {
16483 padding-right: 0px !important; 16483 padding-right: 0px !important;
16484 max-width: 100vh; 16484 max-width: 100Vw;
16485 overflow-x: hidden; 16485 overflow-x: hidden;
16486 } 16486 }
16487 16487
...@@ -16559,7 +16559,7 @@ ss3-force-full-width { ...@@ -16559,7 +16559,7 @@ ss3-force-full-width {
16559 16559
16560 #desktop.n2-section-smartslider { 16560 #desktop.n2-section-smartslider {
16561 display: block; 16561 display: block;
16562 max-width: 100vh; 16562 max-width: 100vw;
16563 } 16563 }
16564 @media (max-width: 500px) { 16564 @media (max-width: 500px) {
16565 #desktop.n2-section-smartslider { 16565 #desktop.n2-section-smartslider {
...@@ -16569,7 +16569,7 @@ ss3-force-full-width { ...@@ -16569,7 +16569,7 @@ ss3-force-full-width {
16569 16569
16570 #mobile.n2-section-smartslider { 16570 #mobile.n2-section-smartslider {
16571 display: none; 16571 display: none;
16572 max-width: 100vh; 16572 max-width: 100vw;
16573 overflow-x: hidden; 16573 overflow-x: hidden;
16574 } 16574 }
16575 @media (max-width: 500px) { 16575 @media (max-width: 500px) {
...@@ -16641,7 +16641,7 @@ ss3-force-full-width { ...@@ -16641,7 +16641,7 @@ ss3-force-full-width {
16641 } 16641 }
16642 @media screen and (max-width: 400px) { 16642 @media screen and (max-width: 400px) {
16643 .page-template-numbers-page #Layer_1 { 16643 .page-template-numbers-page #Layer_1 {
16644 top: 80px; 16644 top: -10px;
16645 } 16645 }
16646 } 16646 }
16647 @media screen and (max-width: 500px) { 16647 @media screen and (max-width: 500px) {
......
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.
1 body{ 1 body{
2 padding-right: 0px !important; 2 padding-right: 0px !important;
3 max-width: 100vh; 3 max-width: 100Vw;
4 overflow-x: hidden; 4 overflow-x: hidden;
5 } 5 }
6 @media (min-width: 1400px) { 6 @media (min-width: 1400px) {
...@@ -76,7 +76,7 @@ ss3-force-full-width{ ...@@ -76,7 +76,7 @@ ss3-force-full-width{
76 76
77 #desktop.n2-section-smartslider{ 77 #desktop.n2-section-smartslider{
78 display: block; 78 display: block;
79 max-width: 100vh; 79 max-width: 100vw;
80 @media (max-width: 500px) { 80 @media (max-width: 500px) {
81 display: none; 81 display: none;
82 } 82 }
...@@ -85,7 +85,7 @@ ss3-force-full-width{ ...@@ -85,7 +85,7 @@ ss3-force-full-width{
85 85
86 #mobile.n2-section-smartslider{ 86 #mobile.n2-section-smartslider{
87 display: none; 87 display: none;
88 max-width: 100vh; 88 max-width: 100vw;
89 overflow-x: hidden; 89 overflow-x: hidden;
90 @media (max-width: 500px) { 90 @media (max-width: 500px) {
91 display: block; 91 display: block;
...@@ -147,7 +147,7 @@ ss3-force-full-width{ ...@@ -147,7 +147,7 @@ ss3-force-full-width{
147 top: 60px; 147 top: 60px;
148 } 148 }
149 @media screen and (max-width: 400px) { 149 @media screen and (max-width: 400px) {
150 top: 80px; 150 top: -10px;
151 } 151 }
152 } 152 }
153 div#n2-ss-2 .n2-ss-slide-limiter{ 153 div#n2-ss-2 .n2-ss-slide-limiter{
......
...@@ -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.3019 8 Version: 1.1.3020
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
......