diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip index 6aeddd3..2a4d765 100644 Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ diff --git a/src/css/header.css b/src/css/header.css index a68e83a..4e8f9e3 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -25,10 +25,16 @@ body { .navbar-brand { display: flex; + align-items: center; padding-left: 1rem; font-size: large; } +.navbar-brand > .navbar-item { + display: flex; + align-items: center; +} + #navbar-logo { display: block; height: 36px; diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs index 15778dc..abe3849 100644 --- a/src/partials/header-content.hbs +++ b/src/partials/header-content.hbs @@ -1,9 +1,8 @@