master
candice 1 year ago
parent bf6a350619
commit 9384f42f35

@ -135,25 +135,25 @@
font-size: 1.2rem;">
* What's your hotel choice?
</h4>
<div class="travel_group">
<div class="travel_group hotel_pick">
<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">
<div class="travel_group hotel_pick">
<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">
<div class="travel_group hotel_pick">
<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">
<div class="travel_group hotel_pick">
<input type="radio" value="Self-booking" id="Self" name="hotel">
<label for="Self" class="family" style="padding: 19px 5px;">
Self-booking
@ -700,7 +700,8 @@ function validateQuickInquiryForm() {
float: left;
margin-right: 10px;}
@media (max-width: 750px){
.date_select {width: 47% !important;}
.date_select label {font-size:17px !important;}
.date_select {width: 30% !important;}
.hotel_pick {width: 47% !important;}
.date_select label {font-size:17px !important;height: 35px;}
}
</style>

Loading…
Cancel
Save