TAMAYA-359: Reduce size of incubator logo in footer

to 50px;
diff --git a/templates/footer.thyme b/templates/footer.thyme
index 0a91f5f..cbdb34f 100644
--- a/templates/footer.thyme
+++ b/templates/footer.thyme
@@ -24,10 +24,10 @@
                     successful ASF projects. While incubation status is not
                     necessarily a reflection of the completeness or stability of
                     the code, it does indicate that the project has yet to
-                    be fully endorsed by the ASF.
+                    be fully endorsed by the ASF.<br />
 										Apache, Apache Tamaya, and the Apache Tamaya logo are registered trademarks or trademarks of The Apache Software Foundation in the U.S. and/or other countries.<br />
                     <a href="https://incubator.apache.org/guides/website.html" style="border:0px;" target="_target">
-											<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" class="incubator-logo" th:src="${rootpath} + 'logos/apache-incubator.png'"/>
+											<img th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" class="incubator-logo" th:src="${rootpath} + 'logos/apache-incubator.png'" style="height: 50px;"/>
 										</a>
 							</p>
 		      </div>