From 79e27f0edbecb9852174d10e4f20dd287fb1de39 Mon Sep 17 00:00:00 2001 From: Erastus Amunwe Date: Sat, 24 Oct 2020 02:34:41 +0200 Subject: [PATCH] registered NavBar & Options components --- src/App.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index b47d88e..5499704 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,29 @@ @@ -21,7 +33,7 @@ export default { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - text-align: center; + // text-align: center; color: #2c3e50; margin-top: 60px; }