Правки в компонент поста
This commit is contained in:
parent
d0f41672d1
commit
9c5b9a1dbe
11 changed files with 405 additions and 316 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue