add subscript article

This commit is contained in:
2024-03-16 15:33:29 +03:00
parent e09e53556d
commit 7b3776d084
2 changed files with 7 additions and 0 deletions

View File

@@ -149,6 +149,12 @@
border-bottom: 1px solid var(--gray);
}
.article-social{
text-transform: uppercase;
font-weight: bold;
margin-bottom: 14px;
}
@media (max-width: 767px) {
.article-single {
border-top: 1px solid var(--gray);

View File

@@ -36,6 +36,7 @@
<?php endif; ?>
<div class="article-single__content">
<?php the_content(); ?>
<div class="article-social">Подписывайтесь на нас в <a href="https://dzen.ru/agroexpert_press?favid=254170145" target="_blank">Дзен</a> и <a href="https://t.me/agroexpert_press" target="_blank">Telegram</a></div>
</div>
</div>
<?php get_template_part('partials/featured-posts'); ?>