We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1efa66 commit 548ae5fCopy full SHA for 548ae5f
docs/css/_documentation.sass
@@ -3,6 +3,9 @@
3
// Navigation
4
5
.widget-nav
6
+ padding: 0
7
+ padding-left: 15px
8
+ font-weight: lighter
9
background-color: $gray-light
10
11
.documentation-menu
@@ -36,6 +39,10 @@
36
39
37
40
// Main Content
38
41
42
+// Left panel
43
+.widget-description
44
+ padding-right: 0
45
+
46
.main-documentation
47
height: 100%
48
padding-top: 52px
@@ -72,8 +79,6 @@
72
79
.documentation-content
73
80
position: absolute
74
81
top: 0
75
- left: 15px
76
- right: 15px
77
82
bottom: 0
78
83
padding: 30px
84
overflow-y: scroll
0 commit comments