From 11c5d16c867c1657558927782ee4ebd9fad5ec6b Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Wed, 17 Jun 2020 12:28:53 +0200 Subject: [PATCH] - small fixes, responsive and comments --- client/src/assets/scss/_global.scss | 2 -- client/src/pages/index-page.vue | 25 +++++++++++++++++-------- client/src/routes.js | 3 --- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/client/src/assets/scss/_global.scss b/client/src/assets/scss/_global.scss index 3b2e685..84d7579 100644 --- a/client/src/assets/scss/_global.scss +++ b/client/src/assets/scss/_global.scss @@ -44,8 +44,6 @@ var { font-style: normal; } -// BUTTONS - // MISC. hr { border: none; diff --git a/client/src/pages/index-page.vue b/client/src/pages/index-page.vue index fdb289f..c2a1451 100644 --- a/client/src/pages/index-page.vue +++ b/client/src/pages/index-page.vue @@ -2,11 +2,10 @@