6dfe0f61 by Jeff Balicki

ww

1 parent 57b16bcd
......@@ -16494,7 +16494,7 @@ ss3-force-full-width {
#desktop.n2-section-smartslider {
display: block;
}
@media (max-width: 768px) {
@media (max-width: 500px) {
#desktop.n2-section-smartslider {
display: none;
}
......@@ -16503,7 +16503,7 @@ ss3-force-full-width {
#mobile.n2-section-smartslider {
display: none;
}
@media (max-width: 768px) {
@media (max-width: 500px) {
#mobile.n2-section-smartslider {
display: block;
}
......@@ -16561,10 +16561,10 @@ ss3-force-full-width {
}
@media screen and (max-width: 768px) {
.page-template-numbers-page #Layer_1 {
top: 50px;
top: 0px;
}
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 500px) {
.page-template-numbers-page div#n2-ss-2 .n2-ss-slide-limiter {
max-width: 1266px;
}
......
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.
......@@ -68,7 +68,7 @@ ss3-force-full-width{
#desktop.n2-section-smartslider{
display: block;
@media (max-width: 768px) {
@media (max-width: 500px) {
display: none;
}
}
......@@ -76,7 +76,7 @@ ss3-force-full-width{
#mobile.n2-section-smartslider{
display: none;
@media (max-width: 768px) {
@media (max-width: 500px) {
display: block;
}
}
......@@ -125,11 +125,11 @@ ss3-force-full-width{
top: 150px;
}
@media screen and (max-width: 768px) {
top: 50px;
top: 0px;
}
}
div#n2-ss-2 .n2-ss-slide-limiter{
@media screen and (max-width: 768px) {
@media screen and (max-width: 500px) {
max-width:1266px;
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.301
Version: 1.1.302
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......