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; } }