[fix] md -> lg

main
yaemiku 2022-08-18 02:11:00 +02:00
parent 22e1eb3c0c
commit 8d297114c6
Signed by: podlaskizbs
GPG Key ID: ADC039636B3E4AAB
2 changed files with 2 additions and 2 deletions

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">
<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>

View File

@ -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>