réglages

This commit is contained in:
2023-11-09 13:02:06 +01:00
parent 83678f8cb0
commit 64f945bb32
5 changed files with 107 additions and 52 deletions

View File

@@ -8,7 +8,7 @@
<h1 class="mb-4">
{{ .title | markdownify }}
</h1>
<p class="mb-8">
<p class="mb-8 text-lg">
{{ .content | markdownify }}
</p>
{{ with .button }}
@@ -31,7 +31,7 @@
<!-- Features -->
{{ range $i, $e:= .Params.features }}
<section class="section-sm section-{{ add $i 1 }} {{ with .class }}{{ . }}{{ end }}">
<section class="section section-{{ add $i 1 }} {{ with .class }}{{ . }}{{ end }}">
<div class="container">
<div class="row items-center justify-between">
<div
@@ -47,7 +47,7 @@
<h2 class="mb-4">
{{ .title | markdownify }}
</h2>
<p class="mb-8 text-lg">
<p class="mb-8 {{ if and .class (in .class "big-text") }}text-xl{{ else }}text-lg{{ end }}">
{{ .content | markdownify }}
</p>
<ul>