Skip to content

Commit 061f00f

Browse files
committed
Fix demo css
1 parent 35622c2 commit 061f00f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,29 @@
1414
html, body {
1515
font-family: Roboto;
1616
font-size: 16px;
17+
min-height: 100%;
18+
margin: 0;
19+
padding: 0;
1720
}
1821

1922
pre {
2023
font-family: 'Space Mono', monospace;
2124
}
2225

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+
2340
.github-corner:hover .octo-arm{
2441
animation: octocat-wave 560ms ease-in-out;
2542
}

0 commit comments

Comments
 (0)