Skip to content

Commit a569e82

Browse files
authored
Merge pull request #72 from python-project-templates/tkp/width
Adjust css to give toc sidebar more room
2 parents 6cd817c + fab1103 commit a569e82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

yardang/custom.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
/* Wide main page */
22
.content {
3-
flex: 1;
3+
flex: 3;
44
}
55
aside.sidebar-drawer {
66
width: unset;
77
}
8+
aside.toc-drawer {
9+
flex: 1;
10+
}
811

912
/* Left-align tables */
1013
article table.align-default {

0 commit comments

Comments
 (0)