add subscript article
This commit is contained in:
@@ -149,6 +149,12 @@
|
|||||||
border-bottom: 1px solid var(--gray);
|
border-bottom: 1px solid var(--gray);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.article-social{
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.article-single {
|
.article-single {
|
||||||
border-top: 1px solid var(--gray);
|
border-top: 1px solid var(--gray);
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="article-single__content">
|
<div class="article-single__content">
|
||||||
<?php the_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>
|
||||||
</div>
|
</div>
|
||||||
<?php get_template_part('partials/featured-posts'); ?>
|
<?php get_template_part('partials/featured-posts'); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user