fix(style): Corrects the font size of the links in the challen (#16908)
a specific style is added to step.less for links in into Closes #16899
This commit is contained in:
committed by
Quincy Larson
parent
289eb83a60
commit
4aec998e3f
@ -5,6 +5,11 @@
|
||||
word-wrap: break-word;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.@{ns}-description a {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.@{ns}-counter {
|
||||
font-size: 20px;
|
||||
line-height: 44px;
|
||||
|
Reference in New Issue
Block a user