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) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
rolland patrice
2020-11-13 20:56:36 +01:00
committed by GitHub
parent 273f1d1aed
commit f06b825a1c
2 changed files with 9 additions and 5 deletions

View File

@ -22,8 +22,3 @@
#learn-app-wrapper .reflex-container.horizontal > .reflex-splitter {
height: 5px;
}
#description p,
#instructions p {
font-family: 'Lato', sans-serif;
}

View File

@ -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;
}