2460200b by Jeff Balicki

333

1 parent 4e60fc81
......@@ -16481,7 +16481,7 @@ h4, .h4 {
body {
padding-right: 0px !important;
max-width: 100vh;
max-width: 100Vw;
overflow-x: hidden;
}
......@@ -16559,7 +16559,7 @@ ss3-force-full-width {
#desktop.n2-section-smartslider {
display: block;
max-width: 100vh;
max-width: 100vw;
}
@media (max-width: 500px) {
#desktop.n2-section-smartslider {
......@@ -16569,7 +16569,7 @@ ss3-force-full-width {
#mobile.n2-section-smartslider {
display: none;
max-width: 100vh;
max-width: 100vw;
overflow-x: hidden;
}
@media (max-width: 500px) {
......@@ -16641,7 +16641,7 @@ ss3-force-full-width {
}
@media screen and (max-width: 400px) {
.page-template-numbers-page #Layer_1 {
top: 80px;
top: -10px;
}
}
@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.
body{
padding-right: 0px !important;
max-width: 100vh;
max-width: 100Vw;
overflow-x: hidden;
}
@media (min-width: 1400px) {
......@@ -76,7 +76,7 @@ ss3-force-full-width{
#desktop.n2-section-smartslider{
display: block;
max-width: 100vh;
max-width: 100vw;
@media (max-width: 500px) {
display: none;
}
......@@ -85,7 +85,7 @@ ss3-force-full-width{
#mobile.n2-section-smartslider{
display: none;
max-width: 100vh;
max-width: 100vw;
overflow-x: hidden;
@media (max-width: 500px) {
display: block;
......@@ -147,7 +147,7 @@ ss3-force-full-width{
top: 60px;
}
@media screen and (max-width: 400px) {
top: 80px;
top: -10px;
}
}
div#n2-ss-2 .n2-ss-slide-limiter{
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3019
Version: 1.1.3020
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......