commit | 37912c3b30752969386942b925d7da019fe76939 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 16 17:09:36 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 16 17:09:36 2023 +0200 |
tree | 176c65a8a290c6a4206b5b10e5a80e4a34865a06 | |
parent | 017c91289776703b4842f836d89fb9aaaa6d4e88 [diff] |
Vertically align orange box in front of h1 Change-Id: Ic6ada7f53be1a36468c8e61adbf0cd0e2389f46f
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index 974271a..be4c507 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -228,13 +228,13 @@ } .poster_body h1::before{ - margin-top: 7pt; position: absolute; + vertical-align: baseline; + top: 9pt; left: -50pt; content: ""; - height:40pt; - width:40pt; - margin-bottom:15px; + height: 40pt; + width: 40pt; background-color: #f18700; }