Skip to content

Commit fce2930

Browse files
committed
Docs: Visual tweaks.
1 parent b179c5c commit fce2930

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@
3333

3434
#panel {
3535
position: fixed;
36-
left: 0;
36+
left: 0px;
3737
width: 260px;
3838
height: 100%;
3939
overflow: auto;
40+
background: #fafafa;
4041
}
4142

4243
#panel h1 {
43-
margin-top: 20px;
44+
margin-top: 30px;
4445
margin-bottom: 40px;
4546
margin-left: 20px;
4647
font-size: 25px;

docs/page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
body {
9-
margin: 25px 20px;
9+
margin: 30px 20px;
1010
color: #555;
1111
font-family: 'inconsolata';
1212
font-size: 15px;

0 commit comments

Comments
 (0)