Fix paddings
This commit is contained in:
parent
a9634ba634
commit
72905c61e9
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
<iframe id="iframe" src="/contact-form" width="100%" title="Kontakt-Formular"></iframe>
|
<iframe id="iframe" src="/contact-form" width="100%" title="Kontakt-Formular"></iframe>
|
||||||
|
|
||||||
<div class="alert alert-warning mt-5" role="alert">
|
<div class="alert alert-warning mt-2" role="alert">
|
||||||
<h5 class="alert-heading">Bitte beachten Sie:</h5>
|
<h5 class="alert-heading">Bitte beachten Sie:</h5>
|
||||||
<p class="mb-0">Können Sie einen vereinbarten Termin nicht wahrnehmen, so informieren Sie uns darüber bitte spätestens 8 Stunden vor dem Termin. Ansonsten behalten wir uns vor, Ihnen den Ausfall zu berechnen.</p>
|
<p class="mb-0">Können Sie einen vereinbarten Termin nicht wahrnehmen, so informieren Sie uns darüber bitte spätestens 8 Stunden vor dem Termin. Ansonsten behalten wir uns vor, Ihnen den Ausfall zu berechnen.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
class="rounded d-block mx-auto shadow"
|
class="rounded d-block mx-auto shadow"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col d-flex align-content-center flex-wrap ps-5 pe-5 pt-3" style="min-width: 400px;">
|
<div class="col d-flex align-content-center flex-wrap ps-5 pe-5 pt-3" style="min-width: 350px;">
|
||||||
<p style="font-size: 17px;">{{ config.extra.self_introduction }}</p>
|
<p style="font-size: 17px;">{{ config.extra.self_introduction }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue