diff --git a/frontend/src/App.vue b/frontend/src/App.vue index ecbcf34..4ed1ee8 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -64,7 +64,8 @@ export default { } #app{ - margin: 2em 1em; + margin: 0 1em; + padding-top: 1.5em; } .menu-avatar{ diff --git a/frontend/src/components/Login.vue b/frontend/src/components/Login.vue index eec83a8..5163652 100644 --- a/frontend/src/components/Login.vue +++ b/frontend/src/components/Login.vue @@ -1,38 +1,41 @@ @@ -56,7 +59,7 @@ beforeMount () { // Check if the user is already logged in, if so, redirect him to the homepage if (auth.user.authenticated) { - router.push({ name: 'home' }) + router.push({name: 'home'}) } }, @@ -76,21 +79,26 @@ diff --git a/frontend/static/bg.jpg b/frontend/static/bg.jpg new file mode 100644 index 0000000..f5b1a5c Binary files /dev/null and b/frontend/static/bg.jpg differ