From add144b36ca140384fde359b7b6d57a2ddc26915 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 1 Nov 2019 21:56:34 +0100 Subject: [PATCH] Added content --- src/App.vue | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 149 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 62aee6f..88585a4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,158 @@ @@ -21,8 +162,11 @@ export default { font-family: "Avenir", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - text-align: center; color: #2c3e50; margin-top: 60px; } + +header { + text-align: center; +}