Правки в компонент поста

This commit is contained in:
Web-serfer 2026-04-10 00:48:20 +05:00
parent d0f41672d1
commit 9c5b9a1dbe
11 changed files with 405 additions and 316 deletions

View file

@ -62,6 +62,16 @@ const filteredPosts = currentSlug
border-top: 2px solid #f1f5f9;
}
/* Сбрасываем нумерацию заголовков от ArticleLayout */
.related-posts .blog-card .card-title {
counter-increment: none !important;
display: block !important;
}
.related-posts .blog-card .card-title::before {
display: none !important;
}
.section-title {
color: #1e293b;
font-size: clamp(1.5rem, 3vw, 2rem);