Skip to content

Commit 9b7038a

Browse files
committed
style: fix stylelint errors
1 parent 4213aea commit 9b7038a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ window.onload = function () {
1313

1414
<style>
1515
.html-code-block {
16-
border-radius: .25rem;
1716
border: 1px solid #eee;
17+
border-radius: 0.25rem;
1818
margin-bottom: 1rem;
19-
padding: .5rem 1rem;
19+
padding: 0.5rem 1rem;
2020
}
2121
</style>
2222
```

0 commit comments

Comments
 (0)