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;
 }