commit | 0cf7702b0d6bca8e462f3fb83d29e831a9b2c9c8 | [log] [tgz] |
---|---|---|
author | Tom Palmer <remlapmot@hotmail.com> | Sat Aug 03 00:26:11 2019 +0100 |
committer | Brent Thorne <15312739+brentthorne@users.noreply.github.com> | Fri Aug 02 19:26:11 2019 -0400 |
tree | e5b4d699a56af4d176f0266701622c4da16fae77 | |
parent | dcb74c5224cc8d665db647abd27e9163ac5bec77 [diff] |
main_fonsize typo fix (#91)
diff --git a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html index d3f02cf..01b31f9 100644 --- a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html
@@ -249,7 +249,7 @@ } .main p { padding-top: 20%; -font-size: $if(main_fonsize)$$main_textsize$$else$170px$endif$; +font-size: $if(main_textsize)$$main_textsize$$else$170px$endif$; text-align: left; } .fab {