ShawnAI commited on
Commit
ca49b1a
·
1 Parent(s): b74c88c

Update dist/index.html

Browse files
Files changed (1) hide show
  1. dist/index.html +1 -1
dist/index.html CHANGED
@@ -28,7 +28,6 @@
28
 
29
  /* table of contents */
30
  #toc {
31
- padding: 0;
32
  background-color: white;
33
  z-index: 2;
34
  /* width: 250px; */
@@ -40,6 +39,7 @@
40
  #toc nav {
41
  display: none;
42
  overflow: auto;
 
43
  height: calc(100vh - 48px);
44
  }
45
 
 
28
 
29
  /* table of contents */
30
  #toc {
 
31
  background-color: white;
32
  z-index: 2;
33
  /* width: 250px; */
 
39
  #toc nav {
40
  display: none;
41
  overflow: auto;
42
+ padding-right: 1em;
43
  height: calc(100vh - 48px);
44
  }
45