7cc3c144 by Jeff Balicki

eee

1 parent 6dfe0f61
......@@ -16569,6 +16569,9 @@ ss3-force-full-width {
max-width: 1266px;
}
}
.page-template-numbers-page div#n2-ss-3item1,
.page-template-numbers-page div#n2-ss-3item2,
.page-template-numbers-page div#n2-ss-3item3,
.page-template-numbers-page div#n2-ss-2item1,
.page-template-numbers-page div#n2-ss-2item2,
.page-template-numbers-page div#n2-ss-2item3 {
......@@ -16578,11 +16581,15 @@ ss3-force-full-width {
text-shadow: 0px 3px 3px #00000059 !important;
}
@media screen and (max-width: 768px) {
.page-template-numbers-page div#n2-ss-2item1,
.page-template-numbers-page div#n2-ss-3item1,
.page-template-numbers-page div#n2-ss-3item2,
.page-template-numbers-page div#n2-ss-3item3,
.page-template-numbers-page div#n2-ss-2item1,
.page-template-numbers-page div#n2-ss-2item2,
.page-template-numbers-page div#n2-ss-2item3 {
font-size: 2rem !important;
line-height: 3rem !important;
font-size: 2.25rem !important;
line-height: 38 !important;
margin-left: -25px;
}
}
......@@ -16627,6 +16634,7 @@ ss3-force-full-width {
}
@media (max-width: 600px) {
.intro {
padding-top: 0px;
margin-left: -10%;
padding-left: 15%;
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{
max-width:1266px;
}
}
div#n2-ss-3item1,
div#n2-ss-3item2,
div#n2-ss-3item3,
div#n2-ss-2item1,
div#n2-ss-2item2,
div#n2-ss-2item3{
......@@ -142,8 +144,9 @@ div#n2-ss-2item3{
line-height: 60px !important;
text-shadow: 0px 3px 3px #00000059 !important;
@media screen and (max-width: 768px) {
font-size: 2rem!important;
line-height: 3rem!important;
font-size: 36px!important;
line-height: 38!important;
margin-left: -25px;
}
}
......@@ -183,6 +186,7 @@ div#n2-ss-2item3{
padding-right: 35%;
}
@media (max-width: 600px) {
padding-top: 0px;
margin-left: -10%;
padding-left: 15%;
margin-right: -10%;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.302
Version: 1.1.303
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......