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:
@ -22,8 +22,3 @@
|
||||
#learn-app-wrapper .reflex-container.horizontal > .reflex-splitter {
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
#description p,
|
||||
#instructions p {
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user