From f06b825a1c159f418967c4a3856bda3e2751eb65 Mon Sep 17 00:00:00 2001 From: rolland patrice Date: Fri, 13 Nov 2020 20:56:36 +0100 Subject: [PATCH] Bug(learn) - List item's font size larger than surrounding text (#40224) * #40220 Bug(learn) - List item's font size larger than surrounding text * #40220 move description css in challenge-description.css * Update client/src/templates/Challenges/components/challenge-description.css Co-authored-by: Nicholas Carrigan (he/him) Co-authored-by: Nicholas Carrigan (he/him) --- client/src/components/layouts/learn.css | 5 ----- .../Challenges/components/challenge-description.css | 9 +++++++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/client/src/components/layouts/learn.css b/client/src/components/layouts/learn.css index e5a6b083c4..045e35d787 100644 --- a/client/src/components/layouts/learn.css +++ b/client/src/components/layouts/learn.css @@ -22,8 +22,3 @@ #learn-app-wrapper .reflex-container.horizontal > .reflex-splitter { height: 5px; } - -#description p, -#instructions p { - font-family: 'Lato', sans-serif; -} diff --git a/client/src/templates/Challenges/components/challenge-description.css b/client/src/templates/Challenges/components/challenge-description.css index fd18c5dcf6..39bec9d157 100644 --- a/client/src/templates/Challenges/components/challenge-description.css +++ b/client/src/templates/Challenges/components/challenge-description.css @@ -7,3 +7,12 @@ margin-bottom: 1.45rem; font-size: 0.9rem; } + +#description p, +#instructions p, +#description ul, +#instructions ul, +#description ol, +#instructions ol { + font-family: 'Lato', sans-serif; +}