fix font size at cards
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<div class="fade-in-box flex flex-col p-6 rounded-2xl bg-white/5">
|
<div class="fade-in-box flex flex-col p-6 rounded-2xl bg-white/5">
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<h2 class="lg:text-3xl text-2xl text-center flex justify-center items-center text-white">{{ header }}</h2>
|
<h2 class="text-2xl text-center flex justify-center items-center text-white">{{ header }}</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if image_src %}
|
{% if image_src %}
|
||||||
|
|||||||
Reference in New Issue
Block a user