diff --git a/src/components/Author/AuthorCard.module.scss b/src/components/Author/AuthorCard.module.scss index f85e6547..35d18223 100644 --- a/src/components/Author/AuthorCard.module.scss +++ b/src/components/Author/AuthorCard.module.scss @@ -29,6 +29,7 @@ .authorDetailsWrapper { flex: 1 0; + line-height: 2; padding-right: 1em; @include media-breakpoint-up(sm) { @@ -52,12 +53,14 @@ border: none !important; font-size: 1.6rem; font-weight: 500; + line-height: 2; margin-bottom: 0.8rem; } .authorAbout { - font-size: 1.5rem; color: rgb(0 0 0 / 60%); + font-size: 1.5rem; + line-height: 1.4; word-break: break-word; } diff --git a/src/components/Author/Userpic.module.scss b/src/components/Author/Userpic.module.scss index b5fdb9bd..7981d9bf 100644 --- a/src/components/Author/Userpic.module.scss +++ b/src/components/Author/Userpic.module.scss @@ -26,7 +26,7 @@ color: #000; font-size: small; text-align: center; - line-height: 28px; + line-height: 32px; width: 100%; height: 100%; min-width: 32px;