Skip to content

Commit 30bb211

Browse files
committed
Fix Lint
1 parent 8d7901b commit 30bb211

File tree

1 file changed

+3
-2
lines changed
  • src/shared/components/challenge-detail/Specification

1 file changed

+3
-2
lines changed

src/shared/components/challenge-detail/Specification/styles.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ $tc-link-visited: #0c4e98;
153153
color: $tc-gray-90;
154154
}
155155

156-
h5, h6 {
156+
h5,
157+
h6 {
157158
margin: (4 * $base-unit) 0 (2 * $base-unit);
158159
}
159160

@@ -275,7 +276,7 @@ $tc-link-visited: #0c4e98;
275276
line-height: 0;
276277
position: relative;
277278
vertical-align: baseline;
278-
top: -.5em;
279+
top: -0.5em;
279280
}
280281

281282
strong {

0 commit comments

Comments
 (0)