[fix] no bg
parent
28b7a99827
commit
24e43d8c79
|
|
@ -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 %}
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue