Change to content to Orderable

This commit is contained in:
2024-09-16 20:16:16 +02:00
parent a70db94b2b
commit d1fe5bb187
37 changed files with 718 additions and 371 deletions

View File

@@ -7,19 +7,19 @@
{% block content %}
<section class="relative bg-white">
<div class="container mx-auto p-4">
<div class="container mx-auto p-4 pt-6">
<div class="flex flex-col lg:flex-row">
<div class="lg:w-3/5 mb-4 lg:mb-0 lg:pr-8">
<div class="text-3xl xsm:text-4xl md:text-5xl py-2 my-2 lg:text-5xl">
{{ page.section_one_title|richtext }}
{{ page.intro_title|richtext }}
</div>
<div class="mb-10 text-base md:text-lg lg:text-lg text-left leading-smaller sm:leading-mid md:leading-normal lg:leading-loose">
{{ page.section_one_text|richtext }}
{{ page.intro_text|richtext }}
</div>
</div>
<div class="lg:w-2/5 flex items-center justify-center">
<div class="md:max-h-sm md:max-w-35 mx-auto">
{{ page.section_one_img|richtext }}
{{ page.intro_image|richtext }}
</div>
</div>
</div>
@@ -33,15 +33,15 @@
<div class="flex flex-col lg:flex-row">
<div class="lg:w-3/5 mb-4 lg:mb-0 lg:pr-8">
<div class="mb-10 text-base md:text-lg lg:text-lg text-left leading-smaller sm:leading-mid md:leading-normal lg:leading-loose">
{{ page.section_two_title|richtext }}
{{ page.section_one_title|richtext }}
</div>
<div class="text-3xl xsm:text-4xl md:text-5xl py-2 my-2 lg:text-5xl">
{{ page.section_two_text|richtext }}
{{ page.section_one_text|richtext }}
</div>
</div>
<div class="lg:w-2/5 flex items-center justify-center">
<div class="md:max-h-sm md:max-w-35 mx-auto">
{{ page.section_two_img|richtext }}
{{ page.section_one_image|richtext }}
</div>
</div>
</div>