Make adjustments to the homepage. Curved shapes for each section still posing a problem

This commit is contained in:
2023-12-20 16:18:25 +01:00
parent f751734121
commit bd7ccaf5c8
5 changed files with 45 additions and 49 deletions

View File

@@ -44,10 +44,10 @@
class="{{ if not (modBool $i 2) }}
md:order-1
{{ end }} md:col-7 lg:col-6">
<h2 class="mb-4">
<h2 class="mb-4 title">
{{ .title | markdownify }}
</h2>
<p class="mb-8 {{ if and .class (in .class "big-text") }}text-xl{{ else }}text-lg{{ end }}">
<p class="mb-8">
{{ .content | markdownify }}
</p>
<ul>