master
candice 2 years ago
parent 44066bcc17
commit 9c3a03358d

@ -848,7 +848,7 @@
.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: 93% !important; margin-bottom: 0 !important;} .date_select {width: 100% !important; margin-bottom: 0 !important;}
.age_range { margin-top: 0;} .age_range { margin-top: 0;}
} }
</style> </style>

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

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