8de1f0b2 by Jeff Balicki

eee

1 parent c81c15b6
......@@ -17277,6 +17277,12 @@ ss3-force-full-width {
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
@media (max-width: 786px) {
#exampleModal label.your-name {
width: 100% !important;
margin-bottom: 20px;
}
}
#exampleModal label.your-name input {
height: 30px;
}
......@@ -17286,6 +17292,11 @@ ss3-force-full-width {
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
@media (max-width: 786px) {
#exampleModal label.your-email {
width: 100% !important;
}
}
#exampleModal label.your-email input {
height: 30px;
}
......@@ -17315,6 +17326,11 @@ ss3-force-full-width {
#exampleModal .modal-content {
min-height: 400px !important;
}
@media (max-width: 786px) {
#exampleModal .modal-content {
height: 100vh;
}
}
.label-search-input {
color: #5B6770;
......@@ -17454,15 +17470,41 @@ input[type=radio]:checked {
}
.download-copy {
line-height: 2.75rem;
font-style: 40px;
line-height: 2.75rem !important;
font-size: 2.5rem !important;
}
@media (max-width: 786px) {
.download-copy {
line-height: 2rem !important;
font-size: 1.75rem !important;
}
}
.download-group {
margin-top: -100px;
}
@media (max-width: 786px) {
.download-group {
margin-top: -70px;
margin-bottom: 50px;
}
}
.download-button {
width: 100% !important;
}
.download-button .wp-block-button__link {
width: 365px;
height: 56px;
vertical-align: middle;
padding-top: 15px !important;
font-size: 1.25rem !important;
}
@media (max-width: 786px) {
.download-button .wp-block-button__link {
width: 100%;
font-size: 1.125rem !important;
}
}
.download-cont {
......@@ -17473,13 +17515,34 @@ input[type=radio]:checked {
padding-left: 49px;
padding-right: 40px;
}
@media (max-width: 786px) {
.download-cont {
padding-left: 26px;
padding-right: 26px;
margin-right: 5px;
margin-left: 5px;
}
}
.download-cont h2, .download-cont .h2 {
margin-bottom: 10px;
}
@media (max-width: 786px) {
.download-cont h2, .download-cont .h2 {
font-size: 1.75rem !important;
}
}
.download-cont p {
color: #333F48;
font-size: 1.25rem;
line-height: 1.3125rem;
line-height: 2.75rem !important;
font-size: 2.5rem !important;
}
@media (max-width: 786px) {
.download-cont p {
font-size: 1.125rem !important;
line-height: 1.3125rem !important;
}
}
.download-button .wp-block-button__link::before {
......
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.
......@@ -729,6 +729,10 @@ height: 100%;
margin-right: 15px;
font-size: 18px !important;
line-height: 21px !important;
@media (max-width: 786px) {
width: 100%!important;
margin-bottom:20px ;
}
input{
height: 30px;
}
......@@ -738,6 +742,9 @@ height: 100%;
margin-right: 0px;
font-size: 18px !important;
line-height: 21px !important;
@media (max-width: 786px) {
width: 100%!important;
}
input{
height: 30px;
}
......@@ -767,6 +774,10 @@ height: 100%;
}
.modal-content{
min-height: 400px !important;
@media (max-width: 786px) {
height: 100vh;
}
}
}
......@@ -905,15 +916,35 @@ span.wpcf7-list-item {
}
.download-copy{
line-height: 44px;
font-style: 40px;
line-height: 44px !important;
font-size: 40px !important;
@media (max-width: 786px) {
line-height: 32px !important;
font-size: 28px !important;
}
}
.download-group {
margin-top: -100px;
@media (max-width: 786px) {
margin-top: -70px;
margin-bottom: 50px;
}
}
.download-button .wp-block-button__link{
.download-button {
width: 100% !important;
.wp-block-button__link{
width: 365px;
height: 56px;
vertical-align: middle;
padding-top: 15px !important;
font-size: 20px !important;
@media (max-width: 786px) {
width: 100%;
font-size: 18px !important;
}
}
}
.download-cont{
......@@ -923,13 +954,28 @@ span.wpcf7-list-item {
padding-bottom: 40px;
padding-left: 49px;
padding-right: 40px;
@media (max-width: 786px) {
padding-left: 26px;
padding-right: 26px;
margin-right: 5px;
margin-left: 5px;
}
h2{
margin-bottom: 10px;
@media (max-width: 786px) {
font-size: 28px !important;
}
}
p{
color: #333F48;
font-size: 20px;
line-height: 21px;
line-height: 44px !important;
font-size: 40px !important;
@media (max-width: 786px) {
font-size: 18px !important;
line-height: 21px !important;
}
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30381
Version: 1.1.30382
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......