[fix] md -> lg
parent
22e1eb3c0c
commit
8d297114c6
|
|
@ -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">
|
||||||
<article
|
<article
|
||||||
class="prose w-full max-w-screen-md bg-white rounded-md shadow-md p-4"
|
class="prose w-full max-w-screen-lg 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>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<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
|
<article
|
||||||
class="prose w-full max-w-screen-md bg-white rounded-md shadow-md p-4"
|
class="prose w-full max-w-screen-lg bg-white rounded-md shadow-md 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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue