From 42be567f59d4e7a796db155d574db4a918e37230 Mon Sep 17 00:00:00 2001 From: Ed Lee Date: Fri, 25 Jan 2019 13:51:11 -0800 Subject: [PATCH] (no bug) - Section Title 300 weight and 4px subtitle spacing --- .../DiscoveryStreamComponents/SectionTitle/_SectionTitle.scss | 2 ++ 1 file changed, 2 insertions(+) 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; } }