From 11cff322e2a11ab8b6306194e68d36ba064d8355 Mon Sep 17 00:00:00 2001 From: erjemin Date: Tue, 11 Aug 2026 22:24:20 +0300 Subject: [PATCH] =?UTF-8?q?minor:=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lpon_site/templates/content/article_detail.html | 2 +- lpon_site/templates/css/tailwind-custom.css | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lpon_site/templates/content/article_detail.html b/lpon_site/templates/content/article_detail.html index 89c1e35..7500590 100644 --- a/lpon_site/templates/content/article_detail.html +++ b/lpon_site/templates/content/article_detail.html @@ -16,7 +16,7 @@ {# ЛЕВАЯ КОЛОНКА / Основной текст статьи #}
-

{% if article.s_article_title_html %}{{ article.s_article_title_html|safe }}{% else %}{{ article.s_article_title }}{% endif %}

+

{% if article.s_article_title_html %}{{ article.s_article_title_html|safe }}{% else %}{{ article.s_article_title }}{% endif %}

diff --git a/lpon_site/templates/css/tailwind-custom.css b/lpon_site/templates/css/tailwind-custom.css index d866716..906d52c 100644 --- a/lpon_site/templates/css/tailwind-custom.css +++ b/lpon_site/templates/css/tailwind-custom.css @@ -95,17 +95,17 @@ /* Заголовки внутри контента статьи */ h1, h2, h3, h4 { - @apply font-bold text-slate-900 dark:text-slate-100 mt-8 mb-4 leading-snug; + @apply font-light text-slate-900 dark:text-slate-100 mt-8 mb-4 leading-snug; } - h1 { @apply text-3xl md:text-4xl border-b border-slate-200 dark:border-slate-800 pb-2; } - h2 { @apply text-2xl md:text-3xl; } - h3 { @apply text-xl md:text-2xl; } + h1 { @apply text-4xl md:text-5xl border-b border-slate-200 dark:border-slate-800 pb-2; } + h2 { @apply text-3xl md:text-4xl; } + h3 { @apply text-2xl md:text-3xl; } h4 { @apply text-lg md:text-xl; } h5 { @apply text-base md:text-lg text-slate-700 dark:text-slate-300; } /* Параграфы и текстовые блоки */ p { - @apply my-4 leading-relaxed; + @apply my-4 leading-8; } /* Списки (маркированные и нумерованные) */ @@ -116,7 +116,7 @@ @apply list-decimal list-outside space-y-2 pl-4 ml-4; } li { - @apply leading-normal; + @apply leading-8; } /* Цитаты и выделенные блоки */