diff --git a/src/App.vue b/src/App.vue index f02c0e21..41d334fe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,6 @@ @@ -38,6 +37,7 @@ export default { #app { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - text-align: center; + text-align: left; + padding-left: 20px; } diff --git a/src/components/hostDisplay.vue b/src/components/hostDisplay.vue index ac03fd4c..4b7e1c91 100644 --- a/src/components/hostDisplay.vue +++ b/src/components/hostDisplay.vue @@ -1,14 +1,14 @@