mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-13 03:23:18 +03:00
Change margin top on first booking step
This commit is contained in:
parent
33237dc0c0
commit
ca0ad6e5a3
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@
|
|||
|
||||
<div id="wizard-frame-1" class="wizard-frame" style="visibility: hidden;">
|
||||
<div class="frame-container">
|
||||
<h2 class="frame-title"><?= lang('service_and_provider') ?></h2>
|
||||
<h2 class="frame-title mt-md-5"><?= lang('service_and_provider') ?></h2>
|
||||
|
||||
<div class="row frame-content">
|
||||
<div class="col col-md-8 offset-md-2 mt-md-5">
|
||||
<div class="col col-md-8 offset-md-2">
|
||||
<div class="mb-3">
|
||||
<label for="select-service">
|
||||
<strong><?= lang('service') ?></strong>
|
||||
|
|
Loading…
Reference in a new issue