Add space
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
cb33f9048f
commit
42f4591ca9
|
@ -6,7 +6,11 @@ is_hidden = 0
|
|||
[anfrage]
|
||||
==
|
||||
|
||||
<div class="outer-container bg-blue-300" id="ausstattung">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none" class="w-full h-10 text-rose-100 -mt-10 relative">
|
||||
<path fill="currentColor" fill-opacity="1" d="M0,128L144,96L288,320L432,0L576,64L720,160L864,32L1008,64L1152,0L1296,128L1440,32L1440,320L1296,320L1152,320L1008,320L864,320L720,320L576,320L432,320L288,320L144,320L0,320Z"></path>
|
||||
</svg>
|
||||
|
||||
<div class="outer-container bg-rose-100" id="ausstattung">
|
||||
<div class="container">
|
||||
{% partial 'mainheading' title="Ausstattung" %}
|
||||
|
||||
|
@ -54,7 +58,11 @@ is_hidden = 0
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-green-300 outer-container" id="buchen">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none" class="w-full h-10 text-green-200 bg-rose-100">
|
||||
<path fill="currentColor" fill-opacity="1" d="M0,128L144,96L288,320L432,0L576,64L720,160L864,32L1008,64L1152,0L1296,128L1440,32L1440,320L1296,320L1152,320L1008,320L864,320L720,320L576,320L432,320L288,320L144,320L0,320Z"></path>
|
||||
</svg>
|
||||
|
||||
<div class="bg-green-200 outer-container" id="buchen">
|
||||
<div class="container">
|
||||
{% partial 'mainheading' title="Buchungsanfrage" %}
|
||||
<div class="flex md:space-x-6 flex-col md:flex-row items-start">
|
||||
|
@ -76,6 +84,10 @@ is_hidden = 0
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none" class="w-full h-10 text-lime-200 bg-green-200">
|
||||
<path fill="currentColor" fill-opacity="1" d="M0,128L144,96L288,320L432,0L576,64L720,160L864,32L1008,64L1152,0L1296,128L1440,32L1440,320L1296,320L1152,320L1008,320L864,320L720,320L576,320L432,320L288,320L144,320L0,320Z"></path>
|
||||
</svg>
|
||||
|
||||
<div class="bg-lime-200 outer-container" id="faq">
|
||||
<div class="container">
|
||||
{% partial 'mainheading' title="FAQ" %}
|
||||
|
|
Loading…
Reference in New Issue