[fix] youth not prose

main
yaemiku 2022-08-18 02:13:05 +02:00
parent 8d297114c6
commit 28b7a99827
Signed by: podlaskizbs
GPG Key ID: ADC039636B3E4AAB
2 changed files with 2 additions and 6 deletions

View File

@ -4,9 +4,7 @@
<!---->
{% load static tailwind_tags wysiwyg %} {% block content %}
<div class="flex flex-col items-center gap-4">
<article
class="prose w-full max-w-screen-lg bg-white rounded-md shadow-md p-4"
>
<article class="w-full max-w-screen-lg bg-white rounded-md shadow-md p-4">
{% if focus.show_title %}
<h1 class="font-medium text-center mb-2">{{ focus.title }}</h1>
{% endif %}

View File

@ -5,9 +5,7 @@
{% load static tailwind_tags wysiwyg %} {% block content %}
<div class="flex flex-col items-center gap-4">
{% for article in youth %}
<article
class="prose w-full max-w-screen-lg bg-white rounded-md shadow-md p-4"
>
<article class="w-full max-w-screen-lg bg-white rounded-md shadow-md p-4">
{% if article.show_title %}
<h1 class="font-medium text-center mb-2">{{ article.title }}</h1>
{% endif %}