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:
Ahmad Abdolsaheb
2018-03-20 05:20:10 +03:00
committed by Quincy Larson
parent 289eb83a60
commit 4aec998e3f

View File

@ -5,6 +5,11 @@
word-wrap: break-word; word-wrap: break-word;
font-size: 1.5em; font-size: 1.5em;
} }
.@{ns}-description a {
font-size: 1em;
}
.@{ns}-counter { .@{ns}-counter {
font-size: 20px; font-size: 20px;
line-height: 44px; line-height: 44px;