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 2f5afe1 commit 60b04b0Copy full SHA for 60b04b0
lib/docs/index.html
@@ -27,7 +27,7 @@
27
--help-sh-color: rgba(0, 0, 0, 0.75);
28
}
29
30
- html, body { margin: 0; padding:0; height: 100%; }
+ html, body { margin: 0; padding: 0; height: 100%; }
31
32
a {
33
text-decoration: none;
@@ -207,9 +207,9 @@
207
208
.docs pre {
209
font-family: var(--mono);
210
- font-size:1em;
211
- background-color:#F5F5F5;
212
- padding:1em;
+ font-size: 1em;
+ background-color: #F5F5F5;
+ padding: 1em;
213
overflow-x: auto;
214
215
@@ -225,7 +225,7 @@
225
border-bottom: 0.0625rem dashed;
226
227
228
- .docs h2 {
+ .docs h2 {
229
font-size: 1.3em;
230
margin: 0.5em 0;
231
padding: 0;
0 commit comments