Skip to content

Commit 0bee244

Browse files
committed
Tweak line heights in vignette.css
1 parent 64ea177 commit 0bee244

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • inst/rmarkdown/templates/html_vignette/resources

inst/rmarkdown/templates/html_vignette/resources/vignette.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77

88
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
99
font-size: 14px;
10-
line-height: 20px;
10+
line-height: 1.35;
1111
}
1212

1313
#TOC {
@@ -20,7 +20,7 @@ body {
2020

2121
background-color: #f6f6f6;
2222
font-size: 13px;
23-
line-height: 16px;
23+
line-height: 1.3;
2424
}
2525
#TOC .toctitle {
2626
font-weight: bold;

0 commit comments

Comments
 (0)