master
candice 2 years ago
parent 44066bcc17
commit 9c3a03358d

@ -848,7 +848,7 @@
.date_select {width: 31% !important; margin-bottom: 10px;}
.age_range { margin-top: 45px;}
@media (max-width: 750px){
.date_select {width: 93% !important; margin-bottom: 0 !important;}
.date_select {width: 100% !important; margin-bottom: 0 !important;}
.age_range { margin-top: 0;}
}
</style>

@ -725,7 +725,7 @@ function validateQuickInquiryForm() {
.date_select {width: 31% !important;}
@media (max-width: 750px){
.date_select {
width: 93% !important;
width: 100% !important;
}
}
</style>

@ -792,7 +792,7 @@ function validateQuickInquiryForm() {
.date_select {width: 31% !important;}
@media (max-width: 750px){
.date_select {
width: 93% !important;
width: 100% !important;
}
}
</style>
Loading…
Cancel
Save