diff --git a/ui/home.css b/ui/home.css index 59fb89a..dc26e51 100644 --- a/ui/home.css +++ b/ui/home.css @@ -82,13 +82,13 @@ overflow: auto; display: flex; flex-direction: row; + justify-content: center; align-items: center; } #home-hd-title { font-size: 1.1em; padding: 0 0 0 20px; - min-width: 150px; font-weight: bold; flex: 0 0 65px; text-align: center; diff --git a/ui/home.vue b/ui/home.vue index 757b2c3..4e50219 100644 --- a/ui/home.vue +++ b/ui/home.vue @@ -20,7 +20,7 @@