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 b179c5c commit fce2930Copy full SHA for fce2930
docs/index.html
@@ -33,14 +33,15 @@
33
34
#panel {
35
position: fixed;
36
- left: 0;
+ left: 0px;
37
width: 260px;
38
height: 100%;
39
overflow: auto;
40
+ background: #fafafa;
41
}
42
43
#panel h1 {
- margin-top: 20px;
44
+ margin-top: 30px;
45
margin-bottom: 40px;
46
margin-left: 20px;
47
font-size: 25px;
docs/page.css
@@ -6,7 +6,7 @@
6
7
8
body {
9
- margin: 25px 20px;
+ margin: 30px 20px;
10
color: #555;
11
font-family: 'inconsolata';
12
font-size: 15px;
0 commit comments