Skip to content

Commit

Permalink
Change margin top on first booking step
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jan 13, 2024
1 parent 33237dc commit ca0ad6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/components/booking_type_step.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ca0ad6e

Please sign in to comment.