From 6446b36bb42da57409fccbd639259c10109812d2 Mon Sep 17 00:00:00 2001 From: Tibor Leupold Date: Wed, 24 Jul 2024 20:44:57 -0700 Subject: [PATCH] Remove useless fontsize class The font size is defined by the prose-lg anyhow. --- .../organisms/heading-with-intro/heading-with-intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpld/templates/organisms/heading-with-intro/heading-with-intro.html b/lpld/templates/organisms/heading-with-intro/heading-with-intro.html index b69912c..6b0f9d6 100644 --- a/lpld/templates/organisms/heading-with-intro/heading-with-intro.html +++ b/lpld/templates/organisms/heading-with-intro/heading-with-intro.html @@ -3,7 +3,7 @@
{% #heading level="1" extra_class="max-w-lg xl:max-w-3xl text-3xl" %}{{ heading }}{% /heading %} -
+
{% #prose extra_class="prose-lg leading-normal" %} {{ introduction }} {% /prose %}