[fix] no bg

main
yaemiku 2022-08-18 02:44:26 +02:00
parent 28b7a99827
commit 24e43d8c79
Signed by: podlaskizbs
GPG Key ID: ADC039636B3E4AAB
3 changed files with 3 additions and 5 deletions

View File

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

View File

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

View File

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