File tree 3 files changed +23
-1
lines changed
3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,12 @@ title: BugSigDB Stats and Analysis
6
6
url : http://waldronlab.io/BugSigDBStats
7
7
8
8
template :
9
+ bootstrap : 5
10
+ bootswatch : flatly
9
11
params :
10
- bootswatch : flatly
12
+ toc : true
13
+ includes :
14
+ after : pkgdown/extra.css
11
15
12
16
navbar :
13
17
title : ~
Original file line number Diff line number Diff line change
1
+ /* Reduce navbar height */
2
+ .navbar {
3
+ min-height : 50px !important ; /* Adjust as needed */
4
+ padding-top : 5px ;
5
+ padding-bottom : 5px ;
6
+ }
7
+
8
+ /* Adjust menu items */
9
+ .navbar-nav > li > a {
10
+ padding-top : 10px ;
11
+ padding-bottom : 10px ;
12
+ }
13
+
14
+ /* Prevent content from being cut off */
15
+ body {
16
+ padding-top : 20px ; /* Adjust to match navbar height */
17
+ }
Original file line number Diff line number Diff line change 8
8
html_document :
9
9
mathjax : null
10
10
toc : true
11
+ toc_depth : 2
11
12
toc_float : true
12
13
---
13
14
You can’t perform that action at this time.
0 commit comments