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 35622c2 commit 061f00fCopy full SHA for 061f00f
docs/index.html
@@ -14,12 +14,29 @@
14
html, body {
15
font-family: Roboto;
16
font-size: 16px;
17
+ min-height: 100%;
18
+ margin: 0;
19
+ padding: 0;
20
}
21
22
pre {
23
font-family: 'Space Mono', monospace;
24
25
26
+ .wrapper {
27
+ display: flex;
28
+ flex-direction: row;
29
+ }
30
+
31
+ .form {
32
+ width: 500px;
33
+ margin-right: 150px;
34
35
36
+ .values {
37
+ width: 200px;
38
39
40
.github-corner:hover .octo-arm{
41
animation: octocat-wave 560ms ease-in-out;
42
0 commit comments