fix:margins

This commit is contained in:
0Pranav
2019-10-15 16:45:37 +05:30
parent 7c27436d21
commit ad013264eb

View File

@@ -37,8 +37,8 @@
</div>
</div>
<!--Enter Details-->
<div id="enter-details">
<div class="text-center mb-5">
<div id="enter-details" class="mb-5">
<div class="text-center mt-5">
<h3>Add details</h3>
<p class="lead">Selected date is <span class="date-span"></span> at <span class="time-span">
</span></p>
@@ -50,6 +50,7 @@
<input class="form-control mt-3" type="tel" name="customer_number" id="customer_number" placeholder="+910000000000">
<input class="form-control mt-3" type="text" name="customer_skype" id="customer_skype" placeholder="Skype">
<input class="form-control mt-3"type="email" name="customer_email" id="customer_email" placeholder="Email Address (required)" required>
<textarea class="form-control mt-3" name="customer_notes" id="customer_notes" cols="30" rows="10"
placeholder="Notes"></textarea>
</form>