diff --git a/content-src/components/DiscoveryStreamComponents/SectionTitle/_SectionTitle.scss b/content-src/components/DiscoveryStreamComponents/SectionTitle/_SectionTitle.scss index 0c41b2fa6..ad9841788 100644 --- a/content-src/components/DiscoveryStreamComponents/SectionTitle/_SectionTitle.scss +++ b/content-src/components/DiscoveryStreamComponents/SectionTitle/_SectionTitle.scss @@ -4,6 +4,7 @@ .title { line-height: 48px; font-size: 36px; + font-weight: 300; color: $grey-90; } @@ -11,5 +12,6 @@ line-height: 24px; font-size: 15px; color: $grey-50; + margin-top: 4px; } }