master
candice 1 year ago
parent a7e06f71a9
commit 88acb54da4

@ -135,25 +135,25 @@
font-size: 1.2rem;">
* What's your hotel choice?
</h4>
<div class="travel_group date_select">
<div class="date_select">
<input type="radio" value="Deluxe (5-star &amp; up)" id="Deluxe" name="hotel">
<label for="Deluxe" class="family">
Deluxe<br> (5-star &amp; up)
</label>
</div>
<div class="travel_group date_select">
<div class="date_select">
<input type="radio" value="Handpicked comfort (4-star)" id="Handpicked" name="hotel">
<label for="Handpicked" class="family">
Selected comfort<br> (4-star)
</label>
</div>
<div class="travel_group date_select">
<div class="date_select">
<input type="radio" value="Standard (3-star)" id="Standard" name="hotel">
<label for="Standard" class="family">
Standard <br>(3-star)
</label>
</div>
<div class="travel_group date_select">
<div class="date_select">
<input type="radio" value="Self-booking" id="Self" name="hotel">
<label for="Self" class="family">
Self-booking
@ -696,7 +696,7 @@ function validateQuickInquiryForm() {
</script>
<style>
.date_select {width: 31% !important;}
.date_select {width: 23% !important;}
@media (max-width: 750px){
.date_select {width: 47% !important;}
.date_select label {font-size:17px !important;}

Loading…
Cancel
Save