diff --git a/frontend/src/styles/components/article-single.css b/frontend/src/styles/components/article-single.css index f4eb3c7..d3b64ca 100644 --- a/frontend/src/styles/components/article-single.css +++ b/frontend/src/styles/components/article-single.css @@ -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); diff --git a/single.php b/single.php index 093da68..ab9cc88 100644 --- a/single.php +++ b/single.php @@ -36,6 +36,7 @@