We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7901b commit 30bb211Copy full SHA for 30bb211
src/shared/components/challenge-detail/Specification/styles.scss
@@ -153,7 +153,8 @@ $tc-link-visited: #0c4e98;
153
color: $tc-gray-90;
154
}
155
156
- h5, h6 {
+ h5,
157
+ h6 {
158
margin: (4 * $base-unit) 0 (2 * $base-unit);
159
160
@@ -275,7 +276,7 @@ $tc-link-visited: #0c4e98;
275
276
line-height: 0;
277
position: relative;
278
vertical-align: baseline;
- top: -.5em;
279
+ top: -0.5em;
280
281
282
strong {
0 commit comments