diff --git a/src/components/Topic/Card.module.scss b/src/components/Topic/Card.module.scss index 801f7eaa..bbfab772 100644 --- a/src/components/Topic/Card.module.scss +++ b/src/components/Topic/Card.module.scss @@ -9,10 +9,6 @@ .topicDetailsItem { margin-bottom: 1.2rem; - - @include media-breakpoint-up(md) { - margin-bottom: 3.2rem; - } } } } @@ -33,9 +29,9 @@ .topicTitle { font-weight: bold; - @include font-size(1.7rem); + @include font-size(2.2rem); - margin-bottom: 0.8rem; + margin-bottom: 1.2rem; } .topicAvatar { @@ -56,10 +52,10 @@ } .topicDescription { - @include font-size(1.5rem); + @include font-size(1.6rem); color: #696969; - margin: 0 0 0.8rem; + margin: 0 0 1.6rem; &.compact { font-size: medium; @@ -85,6 +81,7 @@ } .topicDetailsItem { + @include font-size(1.5rem); margin-right: 1.6rem; white-space: nowrap; @@ -104,3 +101,9 @@ float: right; } } + +.controlContainer { + @include media-breakpoint-up(md) { + text-align: right; + } +} diff --git a/src/components/Topic/Card.tsx b/src/components/Topic/Card.tsx index da9d6d3f..16594b58 100644 --- a/src/components/Topic/Card.tsx +++ b/src/components/Topic/Card.tsx @@ -8,6 +8,7 @@ import { locale } from '../../stores/ui' import { useAuthStore } from '../../stores/auth' import { follow, unfollow } from '../../stores/zine/common' import { getLogger } from '../../utils/logger' +import { clsx } from 'clsx' const log = getLogger('TopicCard') @@ -49,11 +50,11 @@ export const TopicCard = (props: TopicProps) => { [styles.topicInRow]: props.isTopicInRow }} > -
{t('Subscribe who you like to tune your personal feed')}
{t('Subscribe what you like to tune your personal feed')}
+{t('Subscribe what you like to tune your personal feed')}
+