master
candice 1 year ago
parent a4e20a08d7
commit d2b8bcae36

@ -887,8 +887,8 @@
.date_select {width: 31% !important; margin-bottom: 10px;} .date_select {width: 31% !important; margin-bottom: 10px;}
.age_range { margin-top: 45px;} .age_range { margin-top: 45px;}
@media (max-width: 750px){ @media (max-width: 750px){
.date_select {width: 100% !important; margin-bottom: 0 !important;} .date_select {width: 47% !important;}
.age_range { margin-top: 0;} .date_select label {font-size:17px;}
} }
</style> </style>

@ -764,9 +764,8 @@ function validateQuickInquiryForm() {
<style> <style>
.date_select {width: 31% !important;} .date_select {width: 31% !important;}
@media (max-width: 750px){ @media (max-width: 750px){
.date_select { .date_select {width: 47% !important;}
width: 100% !important; .date_select label {font-size:17px;}
}
} }
</style> </style>

@ -832,8 +832,7 @@ function validateQuickInquiryForm() {
<style> <style>
.date_select {width: 31% !important;} .date_select {width: 31% !important;}
@media (max-width: 750px){ @media (max-width: 750px){
.date_select { .date_select {width: 47% !important;}
width: 100% !important; .date_select label {font-size:17px;}
}
} }
</style> </style>
Loading…
Cancel
Save