From 490e93635f11691ee0e42021ae522bda591ba9d2 Mon Sep 17 00:00:00 2001 From: Dillon Dumesnil Date: Fri, 7 Feb 2020 11:27:24 -0500 Subject: [PATCH] AA-4: CSS updates in date widget --- lms/static/sass/features/_course-experience.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/features/_course-experience.scss b/lms/static/sass/features/_course-experience.scss index b0483ee3a3..b1fe70780b 100644 --- a/lms/static/sass/features/_course-experience.scss +++ b/lms/static/sass/features/_course-experience.scss @@ -444,9 +444,13 @@ .heading { font: -apple-system-body; - line-height: 1; + line-height: 1.5; font-weight: $font-bold; color: theme-color("dark"); + + a { + font-weight: $font-semibold; + } } .description { @@ -459,7 +463,6 @@ } .date-summary-link { - margin-top: 8px; font-weight: $font-semibold; a {