add all components
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% block content %}
|
||||
<div class="lg:mt-24 mb-6 mt-6">
|
||||
<h2 class="mb-4 text-center text-4xl lg:text-5xl text-gray-100 md:mb-6">{{ section.title }}</h2>
|
||||
<div class="lg:mt-24 pt-24 mb-6 mt-6">
|
||||
<h2 class="mb-4 text-center md:mb-6">{{ section.title }}</h2>
|
||||
<p class="mx-auto max-w-5xl text-center text-gray-200 text-base md:text-lg">
|
||||
{{ section.description }}
|
||||
</p>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<img class="aspect-[14/13] w-full rounded-2xl object-cover" src="{{url}}" alt="{{page.title ~ ' Picture'}}" />
|
||||
<div class="text-center mt-4">
|
||||
<h2 class="text-xl">{{page.title}}</h2>
|
||||
<div class="text-base text-gray-100 line-clamp-3 leading-5 text-ellipsis">
|
||||
<div class="text-base text-gray-500 line-clamp-3 leading-5 text-ellipsis">
|
||||
{% if page.description %}
|
||||
{{page.description}}
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user