commit | fb3808892748108752e4918e46d0213ada1377a9 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Jun 26 20:52:06 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Jun 26 20:52:06 2023 +0200 |
tree | 78d3955e995ad25a7049285a072b18dba0e0484e | |
parent | 24081891b3fb021147076d347bb6a913d0ee681e [diff] |
Reduce body-img width to column width Change-Id: Id53938ee41bdf1a7b95d52cadfa1fff207608740
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index 5b929e1..22ae0ed 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -272,6 +272,10 @@ margin-block-end: 0.25em; } +.poster_body img { + width: 100%; +} + .footnotes { font-family: Fira Sans Condensed; }