Make adjustments to the homepage. Curved shapes for each section still posing a problem
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user