diff --git a/demo/src/html/index.html.template b/demo/src/html/index.html.template index bd1daaf1c5..5faafef63d 100644 --- a/demo/src/html/index.html.template +++ b/demo/src/html/index.html.template @@ -70,7 +70,12 @@ flex: 1; } .ohf-logo { - height: 80px; + color: grey; + font-size: 12px; + margin-bottom: 16px; + display: flex; + flex-direction: column; + align-items: center; } @@ -82,7 +87,10 @@
- + <%= renderTemplate("../../../src/html/_js_base.html.template") %> diff --git a/public/static/icons/ohf.svg b/public/static/icons/ohf.svg index 64fd2eccd3..08d81d42ae 100644 --- a/public/static/icons/ohf.svg +++ b/public/static/icons/ohf.svg @@ -1,5 +1,5 @@ - + - - + + - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + diff --git a/src/html/index.html.template b/src/html/index.html.template index 95f064ca24..5a6316452d 100644 --- a/src/html/index.html.template +++ b/src/html/index.html.template @@ -46,7 +46,12 @@ flex: 1; } .ohf-logo { - height: 80px; + color: grey; + font-size: 12px; + margin-bottom: 16px; + display: flex; + flex-direction: column; + align-items: center; } @@ -58,7 +63,10 @@
- + <%= renderTemplate("_js_base.html.template") %>