commit | bc7bf64d056a58ec1f509008d3b4845a2ff5a149 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed May 29 11:03:20 2024 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed May 29 11:03:20 2024 +0200 |
tree | c2d9c7a8c60574d7d38624a40769a3e4ca6e1dc3 | |
parent | 1c1c59bfa70a3e21ffd9375e006d93dfb5c3e971 [diff] |
Left-align QR-Code (hack) As suggested by @volz This is a hack because the qrcode svg itself contains a margin that cannot be changed easily. Change-Id: I36bc026dc5bab42b37fe4530812a77044d463ee3
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index fcf2e74..b211371 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -298,6 +298,7 @@ #info-column .qrcode { margin-bottom: 5em; + margin-left: -10px; } @media print {