From 04f9f57cbadee44cdccc473d3d079642c1958bc7 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 4 Jul 2020 23:29:18 +0200 Subject: [PATCH] :lipstick: (app) change title with the svg icon --- public/index.html | 16 ++++++++++------ src/App.vue | 23 ++++++++++++++++++++++- 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index 4123528..f37679a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,19 @@ - - - - - <%= htmlWebpackPlugin.options.title %> + + + + + Bons programmeurs
diff --git a/src/App.vue b/src/App.vue index ccaef51..a049fb5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,22 @@ @@ -11,6 +27,11 @@ #app { display: flex; flex-direction: column; + align-items: center; min-height: 100vh; } + +svg { + margin: 1rem; +}