From 802ce84928e2b1d2f81273e00e4e717ca0725a19 Mon Sep 17 00:00:00 2001 From: Ilya Y <75578537+ilya-bkv@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:59:56 +0300 Subject: [PATCH] Author badge fix (#353) * add gap * fix margin --- src/components/Author/AuthorBadge/AuthorBadge.module.scss | 6 ++---- src/components/Topic/TopicBadge/TopicBadge.module.scss | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Author/AuthorBadge/AuthorBadge.module.scss b/src/components/Author/AuthorBadge/AuthorBadge.module.scss index 0863304e..5483f4ba 100644 --- a/src/components/Author/AuthorBadge/AuthorBadge.module.scss +++ b/src/components/Author/AuthorBadge/AuthorBadge.module.scss @@ -2,6 +2,7 @@ align-items: flex-start; display: flex; gap: 1rem; + margin-bottom: 2rem; &.nameOnly { align-items: center; @@ -11,10 +12,6 @@ } } - @include media-breakpoint-up(sm) { - margin-bottom: 2rem; - } - @include media-breakpoint-down(md) { text-align: left; } @@ -59,6 +56,7 @@ .bio { color: var(--black-400); + font-weight: 500; } } diff --git a/src/components/Topic/TopicBadge/TopicBadge.module.scss b/src/components/Topic/TopicBadge/TopicBadge.module.scss index 65ddfdcf..3ca2a2d1 100644 --- a/src/components/Topic/TopicBadge/TopicBadge.module.scss +++ b/src/components/Topic/TopicBadge/TopicBadge.module.scss @@ -63,6 +63,7 @@ .description { color: var(--black-400); + font-weight: 500; } }